ModelStateDictionary.Contains(KeyValuePair<String,ModelState>) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
确定模型状态字典是否包含特定值。
public bool Contains (System.Collections.Generic.KeyValuePair<string,System.Web.Mvc.ModelState> item);
abstract member Contains : System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ModelState> -> bool
override this.Contains : System.Collections.Generic.KeyValuePair<string, System.Web.Mvc.ModelState> -> bool
Public Function Contains (item As KeyValuePair(Of String, ModelState)) As Boolean
参数
- item
- KeyValuePair<String,ModelState>
要在模型状态字典中查找的对象。
返回
如果在 item
模型状态字典中找到 ,则为 true;否则为 false。