System.Web.Mvc.Routing Namespace

 

The System.Web.Mvc.Routing namespace contains classes related to routing.

ClassDescription
System_CAPS_pubclassDefaultDirectRouteProvider

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_pubclassRouteBuilder

Obsolete.Builds Route instances based on route information.

System_CAPS_pubclassRouteEntry

Represents a named route.

System_CAPS_pubclassRouteFactoryAttribute

Represents an attribute route that may contain custom constraints.

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_pubinterfaceIInlineConstraintResolver

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

System_CAPS_pubinterfaceIRouteInfoProvider

Provides information for building a System.Web.Routing.Route.

System_CAPS_pubinterfaceIRoutePrefix

Defines a route prefix.

Return to top
Show: