ModelStateEntry.Children Property

Definition

Gets the ModelStateEntry values for sub-properties.

public:
 abstract property System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^> ^ Children { System::Collections::Generic::IReadOnlyList<Microsoft::AspNetCore::Mvc::ModelBinding::ModelStateEntry ^> ^ get(); };
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry> Children { get; }
public abstract System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>? Children { get; }
member this.Children : System.Collections.Generic.IReadOnlyList<Microsoft.AspNetCore.Mvc.ModelBinding.ModelStateEntry>
Public MustOverride ReadOnly Property Children As IReadOnlyList(Of ModelStateEntry)

Property Value

Remarks

This property returns all existing entries, even those with IsContainerNode with value true.

Applies to