ValueProviderDictionary.Item Property
Visual Studio 2010
Gets or sets the ValueProviderResult object that has the specified key.
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Default Property Item ( _ key As String _ ) As ValueProviderResult Get Set
Parameters
- key
- Type: System.String
The key.
Implements
IDictionary(Of TKey, TValue).Item(TKey)Community Additions
ADD
Show: