ModelStateEntry.IsContainerNode Property

Definition

Gets a value that determines if the current instance of ModelStateEntry is a container node. Container nodes represent prefix nodes that aren't explicitly added to the ModelStateDictionary.

public:
 abstract property bool IsContainerNode { bool get(); };
public abstract bool IsContainerNode { get; }
member this.IsContainerNode : bool
Public MustOverride ReadOnly Property IsContainerNode As Boolean

Property Value

Applies to