共用方式為


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)

屬性值

包含模型狀態字典的值之集合。

實作

適用於