Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

TraceCategories Class

 

Specifies an enumeration of tracing categories.

Namespace:   System.Web.Http.Tracing
Assembly:  System.Web.Http (in System.Web.Http.dll)

System::Object
  System.Web.Http.Tracing::TraceCategories

public ref class TraceCategories abstract sealed 

NameDescription
System_CAPS_pubfieldSystem_CAPS_staticActionCategory

An action category.

System_CAPS_pubfieldSystem_CAPS_staticControllersCategory

The controllers category.

System_CAPS_pubfieldSystem_CAPS_staticFiltersCategory

The filters category.

System_CAPS_pubfieldSystem_CAPS_staticFormattingCategory

The formatting category.

System_CAPS_pubfieldSystem_CAPS_staticMessageHandlersCategory

The message handlers category.

System_CAPS_pubfieldSystem_CAPS_staticModelBindingCategory

The model binding category.

System_CAPS_pubfieldSystem_CAPS_staticRequestCategory

The request category.

System_CAPS_pubfieldSystem_CAPS_staticRoutingCategory

The routing category.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: