System.Web.Http.Routing Namespace

 

ClassDescription
System_CAPS_pubclassDefaultDirectRouteProvider

A default implementation of IDirectRouteProvider.

System_CAPS_pubclassDefaultInlineConstraintResolver

The default implementation of IInlineConstraintResolver. Resolves constraints by parsing a constraint key and constraint arguments, using a map to resolve the constraint type, and calling an appropriate constructor for the constraint type.

System_CAPS_pubclassDirectRouteFactoryContext

Represents a context that supports creating a direct route.

System_CAPS_pubclassHttpMethodConstraint

Enables you to define which HTTP verbs are allowed when ASP.NET routing determines whether a URL matches a route.

System_CAPS_pubclassHttpRoute

Represents a route class for self-host (i.e. hosted outside of ASP.NET).

System_CAPS_pubclassHttpRouteData

Encapsulates information regarding the HTTP route.

System_CAPS_pubclassHttpRouteDataExtensions

Removes all optional parameters that do not have a value from the route data.

System_CAPS_pubclassHttpRouteValueDictionary

Represents a route class for self-host of specified key/value pairs.

System_CAPS_pubclassHttpVirtualPathData

Presents the data regarding the HTTP virtual path.

System_CAPS_pubclassRouteEntry

Represents a named route.

System_CAPS_pubclassRouteFactoryAttribute

Represents an attribute route that may contain custom constraints.

System_CAPS_pubclassStopRoutingHandler

Represents a handler that specifies routing should not handle requests for a route template. When a route provides this class as a handler, requests matching against the route will be ignored.

System_CAPS_pubclassUrlHelper

Represents a factory for creating URLs.

InterfaceDescription
System_CAPS_pubinterfaceIDirectRouteBuilder

Defines a builder that creates direct routes to actions (attribute routes).

System_CAPS_pubinterfaceIDirectRouteFactory

Defines a factory that creates a route directly to a set of action descriptors (an attribute route).

System_CAPS_pubinterfaceIDirectRouteProvider

Defines a provider for routes that directly target action descriptors (attribute routes).

System_CAPS_pubinterfaceIHttpRoute

IHttpRoute defines the interface for a route expressing how to map an incoming HttpRequestMessage to a particular controller and action.

System_CAPS_pubinterfaceIHttpRouteConstraint

Represents a base class route constraint.

System_CAPS_pubinterfaceIHttpRouteData

Provides information about a route.

System_CAPS_pubinterfaceIHttpRouteInfoProvider

Provides information for defining a route.

System_CAPS_pubinterfaceIHttpVirtualPathData

Defines the properties for HTTP route.

System_CAPS_pubinterfaceIInlineConstraintResolver

Defines an abstraction for resolving inline constraints as instances of IHttpRouteConstraint.

System_CAPS_pubinterfaceIRoutePrefix

Defines a route prefix.

EnumerationDescription
System_CAPS_pubenumHttpRouteDirection

Specifies an enumeration of route direction.

Return to top
Show: