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)

プロパティ値

モデル状態ディクショナリの値が格納されているコレクション。

実装

適用対象