Page.TraceEnabled 属性

定义

设置一个值,该值指示是否为 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设置为 。 请求页面时,动态生成的 类将设置 属性。

适用于

另请参阅