TempDataDictionary.ContainsValue Method

Determines whether the dictionary contains the specified value.

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

Syntax

'Declaration
Public Function ContainsValue ( _
    value As Object _
) As Boolean
public bool ContainsValue(
    Object value
)
public:
bool ContainsValue(
    Object^ value
)

Parameters

Return Value

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

See Also

Reference

TempDataDictionary Class

System.Web.Mvc Namespace