TempDataDictionary.ContainsValue Method
Determines whether the dictionary contains the specified value.
Namespace: System.Web.Mvc
Assembly: System.Web.Mvc (in System.Web.Mvc.dll)
'Declaration Public Function ContainsValue ( _ value As Object _ ) As Boolean 'Usage Dim instance As TempDataDictionary Dim value As Object Dim returnValue As Boolean returnValue = instance.ContainsValue(value)
Parameters
- value
- Type: System.Object
The value.
Return Value
Type: System.Booleantrue if the dictionary contains the specified value; otherwise, false.
Show: