ModelStateDictionary.Contains(KeyValuePair<String,ModelState>) 方法

定義

判斷模型狀態字典是否包含指定的項目。

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

參數

item
KeyValuePair<String,ModelState>

要尋找的項目。

傳回

如果模型狀態字典包含指定的專案,則為 true;否則為 false。

實作

適用於