ModelStateEntry.GetModelStateForProperty(String) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient le ModelStateEntry pour une sous-propriété avec le spécifié propertyName
.
public:
abstract Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ GetModelStateForProperty(System::String ^ propertyName);
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry GetModelStateForProperty (string propertyName);
public abstract Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry? GetModelStateForProperty (string propertyName);
abstract member GetModelStateForProperty : string -> Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
Public MustOverride Function GetModelStateForProperty (propertyName As String) As ModelStateEntry
Paramètres
- propertyName
- String
Nom de propriété à rechercher.
Retours
si ModelStateEntry une sous-propriété a été trouvée ; sinon null
.
Remarques
Cette méthode retourne toute entrée existante, même celles avec IsContainerNode la valeur true
.