ValueProviderCollection.GetValue Method
Visual Studio 2010
Returns a value object using the specified key.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overridable Function GetValue ( _ key As String _ ) As ValueProviderResult
Parameters
- key
- Type: System.String
The key of the value object to retrieve.
Implements
IValueProvider.GetValue(String)Community Additions
ADD
Show: