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 로 설정합니다. 페이지가 요청되면 동적으로 생성된 클래스는 속성을 설정합니다.

적용 대상

추가 정보