C# 클래스 FiftyOne.Foundation.PreApplicationStart

Classed used by ASP.NET v4 to activate 51Degrees.mobi Foundation removing the need to activate from the web.config file.
파일 보기 프로젝트 열기: 51Degrees/dotNET-Device-Detection

공개 메소드들

메소드 설명
Start ( ) : void

Method called with the worker process starts to activate the mobile capabilities of the DLL without requiring web.config entries.

비공개 메소드들

메소드 설명
RegisterModule ( ) : void

Registers the HttpModule for detection and redirection.

The detection module inherits from the redirection module due to maintaining compaitability with legacy code. The functionality of the modules is controlled via the 51Degrees.config file.

메소드 상세

Start() 공개 정적인 메소드

Method called with the worker process starts to activate the mobile capabilities of the DLL without requiring web.config entries.
public static Start ( ) : void
리턴 void