ChildActionValueProvider.GetValue Method
Retrieves a value object using the specified key.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Overrides Function GetValue ( _ key As String _ ) As ValueProviderResult 'Usage Dim instance As ChildActionValueProvider Dim key As String Dim returnValue As ValueProviderResult returnValue = instance.GetValue(key)
Parameters
- key
- Type: System.String
The key.
Implements
IValueProvider.GetValue(String)
Show: