Share via


ValueProviderDictionary.IValueProvider.GetValue(String) Método

Definición

Devuelve un objeto de valor usando la clave especificada.

System.Web.Mvc.ValueProviderResult IValueProvider.GetValue (string key);
abstract member System.Web.Mvc.IValueProvider.GetValue : string -> System.Web.Mvc.ValueProviderResult
override this.System.Web.Mvc.IValueProvider.GetValue : string -> System.Web.Mvc.ValueProviderResult
Function GetValue (key As String) As ValueProviderResult Implements IValueProvider.GetValue

Parámetros

key
String

Clave para la que se va a devolver el objeto de valor.

Devoluciones

Objeto de valor para la clave especificada.

Implementaciones

Se aplica a