次の方法で共有


ModelStateDictionary.Values プロパティ

定義

モデル状態ディクショナリ内の値が格納されているリストを取得します。

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

プロパティ値

ディクショナリ内の値のリスト。

実装

適用対象