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

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: mono/gert

Méthodes publiques

Méthode Description
Application_Start ( Object sender, EventArgs e ) : void

Private Methods

Méthode Description
Application_End ( Object sender, EventArgs e ) : void
Application_Error ( Object sender, EventArgs e ) : void
GetSiteUrl ( ) : string

Method Details

Application_Start() public méthode

public Application_Start ( Object sender, EventArgs e ) : void
sender Object
e System.EventArgs
Résultat void