IValueProvider.GetValue Method
Retrieves a value object using the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
Parameters
- key
- Type: System.String
The key of the value object to retrieve.
Return Value
Type: System.Web.Mvc.ValueProviderResultThe value object for the specified key, or a null reference (Nothing in Visual Basic) if the key is not found.
Show: