RouteValueDictionary.Remove Method (String)
.NET Framework (current version)
Removes the value that has the specified key from the dictionary.
Assembly: System.Web (in System.Web.dll)
Parameters
- key
-
Type:
System.String
The key of the element to remove.
Return Value
Type: System.Booleantrue if the element is found and removed; otherwise, false. This method returns false if key is not found in the dictionary.
.NET Framework
Available since 3.5
Available since 3.5
Show: