RouteValueDictionary::ContainsValue Method (Object^)

 

Determines whether the dictionary contains a specific value.

Namespace:   System.Web.Routing
Assembly:  System.Web (in System.Web.dll)

public:
bool ContainsValue(
	Object^ value
)

Parameters

value
Type: System::Object^

The value to locate in the dictionary.

Return Value

Type: System::Boolean

true if the dictionary contains an element that has the specified value; otherwise, false.

.NET Framework
Available since 3.5
Return to top
Show: