Table of Contents

Class TraceCategories

Namespace
System.Web.Http.Tracing
Assembly
System.Web.Http.dll

Specifies an enumeration of tracing categories.

public static class TraceCategories
Inheritance
TraceCategories
Inherited Members

Fields

ActionCategory

An action category.

public static readonly string ActionCategory

Field Value

string

ControllersCategory

The controllers category.

public static readonly string ControllersCategory

Field Value

string

FiltersCategory

The filters category.

public static readonly string FiltersCategory

Field Value

string

FormattingCategory

The formatting category.

public static readonly string FormattingCategory

Field Value

string

MessageHandlersCategory

The message handlers category.

public static readonly string MessageHandlersCategory

Field Value

string

ModelBindingCategory

The model binding category.

public static readonly string ModelBindingCategory

Field Value

string

RequestCategory

The request category.

public static readonly string RequestCategory

Field Value

string

RoutingCategory

The routing category.

public static readonly string RoutingCategory

Field Value

string