IRazorPage.IsLayoutBeingRendered Property

Definition

Gets or sets a flag that determines if the layout of this page is being rendered.

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

Property Value

Remarks

Sections defined in a page are deferred and executed as part of the layout page. When this flag is set, all write operations performed by the page are part of a section being rendered.

Applies to