ModelStateDictionary.Root Property

Definition

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

Property Value

Applies to