Observação
O acesso a essa página exige autorização. Você pode tentar entrar ou alterar diretórios.
O acesso a essa página exige autorização. Você pode tentar alterar os diretórios.
Retrieves a value object using the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Syntax
'Declaration
Function GetValue ( _
key As String _
) As ValueProviderResult
ValueProviderResult GetValue(
string key
)
ValueProviderResult^ GetValue(
String^ key
)
Parameters
- key
Type: System.String
The key of the value object to retrieve.
Return Value
Type: System.Web.Mvc.ValueProviderResult
The value object for the specified key.