ModelStateDictionary.ContainsKey Method

Determines whether the model-state dictionary contains the specified key.

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

abstract ContainsKey : 
        key:string -> bool  
override ContainsKey : 
        key:string -> bool

Parameters

key
Type: System.String

The key to locate in the model-state dictionary.

Return Value

Type: System.Boolean
true if the model-state dictionary contains the specified key; otherwise, false.

Implements

IDictionary(TKey, TValue).ContainsKey(TKey)
Show: