Compartilhar via


ValueProviderDictionary.IValueProvider.GetValue(String) Método

Definição

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.

Implementações

Aplica-se a