RouteValueDictionary.ContainsValue Method (Object)
.NET Framework (current version)
Determines whether the dictionary contains a specific value.
Assembly: System.Web (in System.Web.dll)
Parameters
- value
-
Type:
System.Object
The value to locate in the dictionary.
Return Value
Type: System.Booleantrue if the dictionary contains an element that has the specified value; otherwise, false.
.NET Framework
Available since 3.5
Available since 3.5
Show: