Compartir a través de


FormCollection.GetValue(String) Método

Definición

Obtiene el proveedor de valor especificado.

public System.Web.Mvc.ValueProviderResult GetValue (string name);
member this.GetValue : string -> System.Web.Mvc.ValueProviderResult
Public Function GetValue (name As String) As ValueProviderResult

Parámetros

name
String

Nombre del proveedor de valor que se va a obtener.

Devoluciones

Proveedor de valores.

Implementaciones

Excepciones

El name parámetro es null o está vacío.

Se aplica a