C# Class RestfulRouting.Mappers.AreaMapper

Inheritance: Mapper, IAreaMapper
Mostra file Open project: restful-routing/restful-routing

Public Methods

Method Description
AreaMapper ( string areaName, string pathPrefix = null, string _namespace = null, Action subMapper = null ) : System
RegisterRoutes ( RouteCollection routeCollection ) : void

Private Methods

Method Description
ConstrainArea ( Route route ) : void

Method Details

AreaMapper() public method

public AreaMapper ( string areaName, string pathPrefix = null, string _namespace = null, Action subMapper = null ) : System
areaName string
pathPrefix string
_namespace string
subMapper Action
return System

RegisterRoutes() public method

public RegisterRoutes ( RouteCollection routeCollection ) : void
routeCollection RouteCollection
return void