C# Class Frapid.Web.FrapidApplication

Inheritance: IHttpModule
Mostrar archivo Open project: frapid/frapid

Public Methods

Method Description
App_BeginRequest ( object sender, EventArgs e ) : void
App_EndRequest ( object sender, EventArgs e ) : void
Dispose ( ) : void
Init ( System.Web.HttpApplication app ) : void

Private Methods

Method Description
App_Error ( object sender, EventArgs e ) : void
App_PostAuthenticateRequest ( object sender, EventArgs eventArgs ) : void
Handle404Error ( ) : void
IsFont ( string url ) : bool
SetCorsHeaders ( ) : void

Method Details

App_BeginRequest() public method

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

App_EndRequest() public method

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

Dispose() public method

public Dispose ( ) : void
return void

Init() public method

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