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)
public: property Object^ default[ String^ key ] { virtual Object^ get(String^ key) sealed; virtual void set(String^ key, Object^ value) sealed; }
Parameters
- key
-
Type:
System::String^
The key of the value to get or set.
Property Value
Type: System::Object^The 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: