UserControl.Trace Property
.NET Framework (current version)
Gets the TraceContext object for the current Web request.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.Web.TraceContextThe data from the TraceContext object for the current Web request.
Tracing tracks and presents the execution details about a Web request. For trace data to be visible in a rendered page, you must enable tracing for that page.
By default, page tracing is disabled. To enable tracing for a page, use the @ Page directive as follows: <%@ Page trace="true" %>
.NET Framework
Available since 1.1
Available since 1.1
Show: