Share via


IDirectRouteFactory Interface

 

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

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

Syntax

public interface IDirectRouteFactory
public interface class IDirectRouteFactory
type IDirectRouteFactory = interface end
Public Interface IDirectRouteFactory

Methods

Name Description
System_CAPS_pubmethod CreateRoute(DirectRouteFactoryContext)

Creates a direct route entry.

See Also

System.Web.Http.Routing Namespace

Return to top