C# 클래스 TidyRouting.AreaRegistrationContextExtensions

파일 보기 프로젝트 열기: cbovis/TidyRouting

공개 메소드들

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

Creates tidier versions of .NET MVC routes by lower casing the urls and making sure a trailing slash is added.

MapTidyRoute ( this context, string name, string url, object defaults, object constraints, string namespaces ) : Route

Creates tidier versions of .NET MVC routes by lower casing the urls and making sure a trailing slash is added.

메소드 상세

MapTidyRoute() 공개 정적인 메소드

Creates tidier versions of .NET MVC routes by lower casing the urls and making sure a trailing slash is added.
public static MapTidyRoute ( this context, string name, string url, object defaults ) : Route
context this
name string
url string
defaults object
리턴 System.Web.Routing.Route

MapTidyRoute() 공개 정적인 메소드

Creates tidier versions of .NET MVC routes by lower casing the urls and making sure a trailing slash is added.
public static MapTidyRoute ( 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