C# Class Sage.Rewriters.ExtensionPathRewriter

Intercepts all requests and tries to match a missing path against a path within an extension.
Inheritance: IHttpModule
Afficher le fichier Open project: igorfrance/sage

Méthodes publiques

Méthode 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 rewriter, using specified application.

Private Methods

Méthode Description
RewritePath ( System.Web.HttpApplication application ) : void

Method Details

Dispose() public méthode

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

Init() public méthode

Initializes the rewriter, using specified application.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication The current web application.
Résultat void