ModelBindingContext.IsTopLevelObject Property

Definition

Gets or sets an indication that the current binder is handling the top-level object.

public:
 abstract property bool IsTopLevelObject { bool get(); void set(bool value); };
public abstract bool IsTopLevelObject { get; set; }
member this.IsTopLevelObject : bool with get, set
Public MustOverride Property IsTopLevelObject As Boolean

Property Value

Remarks

Passed into the model binding system.

Applies to