C# 클래스 Ext.Net.DirectRequestModule

상속: IHttpModule
파일 보기 프로젝트 열기: pgodwin/Ext.net

Private Properties

프로퍼티 타입 설명
AjaxRequestFilter void
Dispose void
Init void
OnPostAcquireRequestState void
ProcessRequest void
RedirectPreSendRequestHeaders void

공개 메소드들

메소드 설명
Application_Error ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
AjaxRequestFilter ( object sender, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication app ) : void
OnPostAcquireRequestState ( object sender, EventArgs eventArgs ) : void
ProcessRequest ( System.Web.HttpApplication app, HttpRequest request ) : void
RedirectPreSendRequestHeaders ( object sender, EventArgs e ) : void

메소드 상세

Application_Error() 공개 메소드

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