C# 클래스 Sage.Rewriters.MetaExtensionRewriter

Intercepts all requests and checks if there is a localized version matching the current request
상속: IHttpModule
파일 보기 프로젝트 열기: igorfrance/sage

Private Properties

프로퍼티 타입 설명
OnApplicationRequestStart void

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes of the resources (other than memory) used by the module that implements IHttpModule.

Init ( System.Web.HttpApplication application ) : void

Initializes the specified application.

비공개 메소드들

메소드 설명
OnApplicationRequestStart ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

Disposes of the resources (other than memory) used by the module that implements IHttpModule.
public Dispose ( ) : void
리턴 void

Init() 공개 메소드

Initializes the specified application.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication The application.
리턴 void