C# 클래스 RestfulRouting.Mappers.AreaMapper

상속: Mapper, IAreaMapper
파일 보기 프로젝트 열기: restful-routing/restful-routing

공개 메소드들

메소드 설명
AreaMapper ( string areaName, string pathPrefix = null, string _namespace = null, Action subMapper = null ) : System
RegisterRoutes ( RouteCollection routeCollection ) : void

비공개 메소드들

메소드 설명
ConstrainArea ( Route route ) : void

메소드 상세

AreaMapper() 공개 메소드

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

RegisterRoutes() 공개 메소드

public RegisterRoutes ( RouteCollection routeCollection ) : void
routeCollection RouteCollection
리턴 void