RazorPageBase.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

Implements

Applies to