ModelStateDictionary.Item[String] プロパティ

定義

読み取り専用ディクショナリに指定されたキーを持つ要素を取得します。

public:
 property Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ default[System::String ^] { Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ get(System::String ^ key); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry this[string key] { get; }
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry? this[string key] { get; }
member this.Item(string) : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
Default Public ReadOnly Property Item(key As String) As ModelStateEntry

パラメーター

key
String

プロパティ値

実装

適用対象