次の方法で共有


ModelStateDictionary.Item[String] プロパティ

定義

モデル状態ディクショナリ内の指定されたキーに関連付けられているモデル状態を取得または設定します。

public System.Web.WebPages.Html.ModelState this[string key] { get; set; }
member this.Item(string) : System.Web.WebPages.Html.ModelState with get, set
Default Public Property Item(key As String) As ModelState

パラメーター

key
String

プロパティ値

ディクショナリ内の指定されたキーに関連付けられているモデル状態。

実装

適用対象