ValueProviderDictionary.IValueProvider.GetValue(String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Retorna um objeto de valor usando a chave 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
A chave do objeto de valor a ser retornado.
Retornos
O objeto de valor para a chave especificada.