ChildActionValueProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a value provider for values from child actions.
public sealed class ChildActionValueProvider : System.Web.Mvc.DictionaryValueProvider<object>
type ChildActionValueProvider = class
inherit DictionaryValueProvider<obj>
Public NotInheritable Class ChildActionValueProvider
Inherits DictionaryValueProvider(Of Object)
- Inheritance
Constructors
ChildActionValueProvider(ControllerContext) |
Initializes a new instance of the ChildActionValueProvider class. |
Methods
ContainsPrefix(String) |
Determines whether the collection contains the specified prefix. (Inherited from DictionaryValueProvider<TValue>) |
GetKeysFromPrefix(String) |
Gets the keys from the prefix. (Inherited from DictionaryValueProvider<TValue>) |
GetValue(String) |
Retrieves a value object using the specified key. |