Share via


ChildActionValueProvider Class

Definition

Represents a value provider for values from child actions.

public sealed class ChildActionValueProvider : System.Web.Mvc.DictionaryValueProvider<object>
Inheritance
ChildActionValueProvider

Constructors

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