ModelStateDictionary.Root Propriété
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.
Entrée racine pour .ModelStateDictionary
public:
property Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ Root { Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^ get(); };
public Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry Root { get; }
member this.Root : Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry
Public ReadOnly Property Root As ModelStateEntry