Share via


IDirectRouteFactory Interface

 

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

Namespace:   System.Web.Mvc.Routing
Assembly:  System.Web.Mvc (in System.Web.Mvc.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.Mvc.Routing Namespace

Return to top