Page.TraceEnabled Property
.NET Framework (current version)
This API supports the product infrastructure and is not intended to be used directly from your code.
Sets a value indicating whether tracing is enabled for the Page object.
Assembly: System.Web (in System.Web.dll)
In most circumstances, do not set this property in code. Set the Trace attribute to true in the directive in the .aspx file. When the page is requested, the dynamically generated class sets the property.
.NET Framework
Available since 1.1
Available since 1.1
Show: