RouteValueDictionary.Item Property (String)
.NET Framework (current version)
Gets or sets the value that is associated with the specified key.
Assembly: System.Web (in System.Web.dll)
abstract Item : key:string -> Object with get, set override Item : key:string -> Object with get, set
Parameters
- key
-
Type:
System.String
The key of the value to get or set.
Property Value
Type: System.ObjectThe value that is associated with the specified key, or null if the key does not exist in the collection.
Implements
IDictionary<'TKey, 'TValue>.Item('TKey)
.NET Framework
Available since 3.5
Available since 3.5
Show: