TraceMode Enumeration
.NET Framework (current version)
Specifies in what order trace messages are emitted into the HTML output of a page.
Assembly: System.Web (in System.Web.dll)
| Member name | Description | |
|---|---|---|
| Default | Specifies the default value of the TraceMode enumeration, which is SortByTime. | |
| SortByCategory | Emit trace messages alphabetically by category. | |
| SortByTime | Emit trace messages in the order they were processed. |
.NET Framework
Available since 1.1
Available since 1.1
Show: