ModelStateDictionary.Values 属性

定义

获取包含字典中的值的集合。

public System.Collections.Generic.ICollection<System.Web.Mvc.ModelState> Values { get; }
member this.Values : System.Collections.Generic.ICollection<System.Web.Mvc.ModelState>
Public ReadOnly Property Values As ICollection(Of ModelState)

属性值

一个包含模型状态字典中的值的集合。

实现

适用于