C# 클래스 BlueCollar.Dashboard.MvcApplication

상속: System.Web.HttpApplication
파일 보기 프로젝트 열기: ChadBurggraf/blue-collar

공개 메소드들

메소드 설명
RegisterRoutes ( RouteCollection routes ) : void

Registers routes to the given route collection.

보호된 메소드들

메소드 설명
Application_End ( ) : void

Raises the application's End event.

비공개 메소드들

메소드 설명
Application_Start ( ) : void

메소드 상세

Application_End() 보호된 메소드

Raises the application's End event.
protected Application_End ( ) : void
리턴 void

RegisterRoutes() 공개 정적인 메소드

Registers routes to the given route collection.
public static RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection The route collection to register routes with.
리턴 void