ModelStateDictionary.Contains(KeyValuePair<String,ModelState>) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
判斷模型狀態字典是否包含指定的項目。
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。