C# Class Sage.Rewriters.MetaExtensionRewriter

Intercepts all requests and checks if there is a localized version matching the current request
Inheritance: IHttpModule
ファイルを表示 Open project: igorfrance/sage

Private Properties

Property Type Description
OnApplicationRequestStart void

Public Methods

Method Description
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.

Private Methods

Method Description
OnApplicationRequestStart ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

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

Init() public method

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