ValueProviderDictionary Properties

 

Namespace:   System.Web.Mvc
Assembly:  System.Web.Mvc (in System.Web.Mvc.dll)

Properties

Name Description
System_CAPS_pubproperty ControllerContext

Gets or sets the controller context.

System_CAPS_pubproperty Count

Gets the number of elements in the collection.

System_CAPS_pubproperty IsReadOnly

Gets a value that indicates whether the collection is read-only.

System_CAPS_pubproperty Item[String]

Gets or sets the ValueProviderResult object that has the specified key.

System_CAPS_pubproperty Keys

Gets a collection that contains the keys of the IDictionary<TKey, TValue> instance.

System_CAPS_pubproperty Values

Gets a collection that contains the values in the IDictionary<TKey, TValue> object.

See Also

ValueProviderDictionary Class
System.Web.Mvc Namespace

Return to top