C# Class Sdl.Web.Mvc.Statics.StaticContentModule

HttpModule handling requests for static content items, including versioned URL rewriting.
Inheritance: IHttpModule
Afficher le fichier Open project: sdl/dxa-web-application-dotnet

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the HttpModule.

Init ( System.Web.HttpApplication application ) : void

Initialize this HttpModule.

Private Methods

Méthode Description
BeginRequest ( object sender, EventArgs e ) : void
OnPreRequestHandlerExecute ( object sender, EventArgs eventArgs ) : void

Event handler that gets triggered just before the ASP.NET Request Handler gets executed.

SendNotFoundResponse ( string message, HttpResponse httpResponse ) : void

Method Details

Dispose() public méthode

Disposes the HttpModule.
public Dispose ( ) : void
Résultat void

Init() public méthode

Initialize this HttpModule.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication Current HttpApplication
Résultat void