ChildActionValueProvider Class
Represents a value provider for values from child actions.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
System.Object
System.Web.Mvc.DictionaryValueProvider(Of TValue)
System.Web.Mvc.ChildActionValueProvider
System.Web.Mvc.DictionaryValueProvider(Of TValue)
System.Web.Mvc.ChildActionValueProvider
| Name | Description | |
|---|---|---|
![]() | ChildActionValueProvider(ControllerContext) | Initializes a new instance of the ChildActionValueProvider class. |
| Name | Description | |
|---|---|---|
![]() | ContainsPrefix(String) | Determines whether the collection contains the specified prefix.(Inherited from DictionaryValueProvider(Of TValue).) |
![]() | Equals(Object) | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetKeysFromPrefix(String) | Gets the keys from the prefix.(Inherited from DictionaryValueProvider(Of TValue).) |
![]() | GetType() | (Inherited from Object.) |
![]() | GetValue(String) | Retrieves a value object using the specified key.(Overrides DictionaryValueProvider(Of TValue).GetValue(String).) |
![]() | ToString() | (Inherited from Object.) |
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:
