TempDataDictionary.ContainsValue Method

Visual Studio 2010

Determines whether the dictionary contains the specified value.

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

public bool ContainsValue(
	Object value
)

Parameters

value
Type: System.Object
The value.

Return Value

Type: System.Boolean
true if the dictionary contains the specified value; otherwise, false.

Community Additions

ADD
Show: