Page.TraceEnabled 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定數值,指出是否啟用 Page 物件的追蹤。
protected:
property bool TraceEnabled { void set(bool value); };
public:
property bool TraceEnabled { bool get(); void set(bool value); };
protected bool TraceEnabled { set; }
[System.ComponentModel.Browsable(false)]
public bool TraceEnabled { get; set; }
member this.TraceEnabled : bool
[<System.ComponentModel.Browsable(false)>]
member this.TraceEnabled : bool with get, set
Protected Property TraceEnabled As Boolean
Public Property TraceEnabled As Boolean
屬性值
如果啟用頁面的追蹤,則為 true
,否則為 false
。 預設為 false
。
- 屬性
備註
在大部分情況下,請勿在程式代碼中設定此屬性。 在 Trace
.aspx 檔案的 @ Page 指示詞中,將 屬性設定為 true
。 要求頁面時,動態產生的類別會設定 屬性。