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

屬性值

與模型狀態字典中指定的索引鍵相關聯的模型狀態。

實作

適用於