System.Web.TraceMode Enumeration

Specifies in what order trace messages are emitted into the HTML output of a page.

Syntax

public enum TraceMode

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
Default

Specifies the default value of the TraceContext.TraceMode enumeration, which is TraceMode.SortByTime.

SortByCategory

Emit trace messages alphabetically by category.

SortByTime

Emit trace messages in the order they were processed.

Requirements

Namespace: System.Web
Assembly: System.Web (in System.Web.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0