ModelStateDictionary.Contains(KeyValuePair<String,ModelState>) Metoda

Definice

Určuje, zda slovník stavu modelu obsahuje zadanou položku.

public bool Contains (System.Collections.Generic.KeyValuePair<string,System.Web.WebPages.Html.ModelState> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, System.Web.WebPages.Html.ModelState> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, System.Web.WebPages.Html.ModelState> -> bool
Public Function Contains (item As KeyValuePair(Of String, ModelState)) As Boolean

Parametry

item
KeyValuePair<String,ModelState>

Položka, kterou chcete vyhledat.

Návraty

pokud slovník stavu modelu obsahuje zadanou položku; jinak false.

Implementuje

Platí pro