共用方式為


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

屬性值

備註

頁面中定義的區段會延遲並執行為版面配置頁面的一部分。 設定此旗標時,頁面所執行的所有寫入作業都是轉譯區段的一部分。

適用於