C# Class AspNet.StarterKits.Classifieds.Web.ClassifiedsHttpApplication

Inheritance: System.Web.HttpApplication
Show file Open project: mono/gert

Public Methods

Method Description
Application_Start ( Object sender, EventArgs e ) : void

Private Methods

Method Description
Application_End ( Object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
GetSiteUrl ( ) : string

Method Details

Application_Start() public method

public Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
return void