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

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

Public Methods

Method Description
Dispose ( ) : void

Disposes the HttpModule.

Init ( System.Web.HttpApplication application ) : void

Initialize this HttpModule.

Private Methods

Method 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 method

Disposes the HttpModule.
public Dispose ( ) : void
return void

Init() public method

Initialize this HttpModule.
public Init ( System.Web.HttpApplication application ) : void
application System.Web.HttpApplication Current HttpApplication
return void