ModelStateDictionary.Item[String] プロパティ

定義

指定されたキーに関連付けられている値を取得または設定します。

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

パラメーター

key
String

プロパティ値

モデル状態項目。

実装

適用対象