C# 클래스 EA.Iws.Web.Infrastructure.AreaRegistrationContextExtensions

파일 보기 프로젝트 열기: EnvironmentAgency/prsd-iws

공개 메소드들

메소드 설명
MapLowercaseDashedRoute ( this context, string name, string url, object defaults, object constraints, string namespaces ) : Route
MapLowercaseDashedRoute ( this context, string name, string url, object defaults, string namespaces ) : Route

메소드 상세

MapLowercaseDashedRoute() 공개 정적인 메소드

public static MapLowercaseDashedRoute ( this context, string name, string url, object defaults, object constraints, string namespaces ) : Route
context this
name string
url string
defaults object
constraints object
namespaces string
리턴 System.Web.Routing.Route

MapLowercaseDashedRoute() 공개 정적인 메소드

public static MapLowercaseDashedRoute ( this context, string name, string url, object defaults, string namespaces ) : Route
context this
name string
url string
defaults object
namespaces string
리턴 System.Web.Routing.Route