ValueProviderDictionary Properties

 

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

NameDescription
System_CAPS_pubpropertyControllerContext

Gets or sets the controller context.

System_CAPS_pubpropertyCount

Gets the number of elements in the collection.

System_CAPS_pubpropertyIsReadOnly

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

System_CAPS_pubpropertyItem(String)

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

System_CAPS_pubpropertyKeys

Gets a collection that contains the keys of the IDictionary(Of TKey, TValue) instance.

System_CAPS_pubpropertyValues

Gets a collection that contains the values in the IDictionary(Of TKey, TValue) object.

Return to top
Show: