ChildActionValueProvider.GetValue Method
Retrieves a value object using the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
abstract GetValue : key:string -> ValueProviderResult override GetValue : key:string -> ValueProviderResult
Parameters
- key
- Type: System.String
The key.
Implements
IValueProvider.GetValue(String)
Show: