System.Web Namespace
Specifies in what order trace messages are emitted into the HTML output of a page.
Member name |
Description |
Default |
This member is used internally by the .NET infrastructure and is not intended to be called directly from your code. |
SortByCategory |
Emit trace messages alphabetically by category. |
SortByTime |
Emit trace messages in the order they were processed. |
ASP.NET Trace Functionality TraceContext Class