C# 클래스 OxxCommerceStarterKit.Web.WebGlobal

상속: EPiServer.Global
파일 보기 프로젝트 열기: episerver/Commerce-Demo-Kit

공개 메소드들

메소드 설명
RegisterApis ( System.Web.Http.HttpConfiguration config ) : void

Registers the WebAPI routes.

보호된 메소드들

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

비공개 메소드들

메소드 설명
WebGlobal ( ) : System

IMPORTANT! This needs to be static as that ensures it runs before the EPiServer.Global class constructor. In that one the initialization engine kicks in and loads modules that requires the databases to be available

메소드 상세

Application_Error() 보호된 메소드

protected Application_Error ( ) : void
리턴 void

Application_Start() 보호된 메소드

protected Application_Start ( ) : void
리턴 void

RegisterApis() 공개 정적인 메소드

Registers the WebAPI routes.
public static RegisterApis ( System.Web.Http.HttpConfiguration config ) : void
config System.Web.Http.HttpConfiguration The configuration.
리턴 void

RegisterRoutes() 보호된 메소드

protected RegisterRoutes ( RouteCollection routes ) : void
routes RouteCollection
리턴 void