ModelBindingContext.IsTopLevelObject 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.
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.