IRazorPage.IsLayoutBeingRendered 属性

定义

获取或设置一个标志,该标志确定是否正在呈现此页面的布局。

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

属性值

注解

页面中定义的节将作为布局页的一部分延迟和执行。 设置此标志后,页面执行的所有写入操作都是正在呈现的节的一部分。

适用于