ChildActionValueProvider Class

Definition

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
ChildActionValueProvider

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.

Applies to