ModelStateDictionary.Item[String] 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定模型狀態,這個模型狀態會與模型狀態字典中指定的索引鍵相關聯。
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
屬性值
與模型狀態字典中指定的索引鍵相關聯的模型狀態。