ValueProviderDictionary Properties
The ValueProviderDictionary type exposes the following members.
| Name | Description | |
|---|---|---|
|
ControllerContext | Gets or sets the controller context. |
|
Count | Gets the number of elements in the collection. |
|
IsReadOnly | Gets a value that indicates whether the collection is read-only. |
|
Item | Gets or sets the ValueProviderResult object that has the specified key. |
|
Keys | Gets a collection that contains the keys of the IDictionary(Of TKey, TValue) instance. |
|
Values | Gets a collection that contains the values in the IDictionary(Of TKey, TValue) object. |
Show: