ModelStateDictionary.Item[String] Propriété

Définition

Obtient l'élément avec la clé spécifiée dans le dictionnaire en lecture seule.

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

Paramètres

key
String

Valeur de propriété

Implémente

S’applique à