C# Class Argentini.Halide.H3HttpModule

Http Module to allow 404 errors caught with the ASP.NET runtime to keep the HTTP status code "404" when redirecting to the error page.
Inheritance: System.Web.IHttpModule
Datei anzeigen Open project: argentini/Halide

Public Methods

Method Description
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
context_Error ( object sender, EventArgs e ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void

context_Error() public method

public context_Error ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void