C# 클래스 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.
상속: System.Web.IHttpModule
파일 보기 프로젝트 열기: argentini/Halide

공개 메소드들

메소드 설명
Dispose ( ) : void
Init ( System.Web.HttpApplication context ) : void
context_Error ( object sender, EventArgs e ) : void

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Init() 공개 메소드

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
리턴 void

context_Error() 공개 메소드

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