ModelStateDictionary.Root Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Root entry for the 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