C# Class System.Web.Mvc.RouteCollectionAttributeRoutingExtensions

Show file Open project: drivenet/aspnetwebstack

Public Methods

Method Description
MapMvcAttributeRoutes ( this routes ) : void

Maps the attribute-defined routes for the application.

MapMvcAttributeRoutes ( this routes, IDirectRouteProvider directRouteProvider ) : void

Maps the attribute-defined routes for the application.

MapMvcAttributeRoutes ( this routes, IEnumerable controllerTypes ) : void

Maps the attribute-defined routes for the application.

MapMvcAttributeRoutes ( this routes, IInlineConstraintResolver constraintResolver ) : void

Maps the attribute-defined routes for the application.

MapMvcAttributeRoutes ( this routes, IInlineConstraintResolver constraintResolver, IDirectRouteProvider directRouteProvider ) : void

Maps the attribute-defined routes for the application.

Method Details

MapMvcAttributeRoutes() public static method

Maps the attribute-defined routes for the application.
public static MapMvcAttributeRoutes ( this routes ) : void
routes this
return void

MapMvcAttributeRoutes() public static method

Maps the attribute-defined routes for the application.
public static MapMvcAttributeRoutes ( this routes, IDirectRouteProvider directRouteProvider ) : void
routes this
directRouteProvider IDirectRouteProvider /// The to use for mapping routes. ///
return void

MapMvcAttributeRoutes() public static method

Maps the attribute-defined routes for the application.
public static MapMvcAttributeRoutes ( this routes, IEnumerable controllerTypes ) : void
routes this
controllerTypes IEnumerable The controller types to scan.
return void

MapMvcAttributeRoutes() public static method

Maps the attribute-defined routes for the application.
public static MapMvcAttributeRoutes ( this routes, IInlineConstraintResolver constraintResolver ) : void
routes this
constraintResolver IInlineConstraintResolver /// The to use for resolving inline constraints in route templates. ///
return void

MapMvcAttributeRoutes() public static method

Maps the attribute-defined routes for the application.
public static MapMvcAttributeRoutes ( this routes, IInlineConstraintResolver constraintResolver, IDirectRouteProvider directRouteProvider ) : void
routes this
constraintResolver IInlineConstraintResolver /// The to use for resolving inline constraints in route templates. ///
directRouteProvider IDirectRouteProvider /// The to use for mapping routes. ///
return void