TraceContext::IsEnabled Property
Gets or sets a value indicating whether tracing is enabled for the current Web request.
Assembly: System.Web (in System.Web.dll)
Use this flag to check whether your page or application should output tracing information before it writes anything to the trace log.
The value of the IsEnabled property depends on the settings in the subsection of the system.web configuration section and the value of the trace attribute of the directive. The tracing option set in the page directive takes precedence over the option set in the configuration file. Setting the IsEnabled value programmatically takes precedence over both the page directive attribute and the configuration setting.
Note |
|---|
If you set the IsEnabled property to true for an entire application, you must explicitly set this property to false for any page in the application for which you do not want tracing information displayed. |
Available since 1.1
