C# Class Customer.Project.Mvc.MvcApplication

Inheritance: System.Web.HttpApplication
Afficher le fichier Open project: atosorigin/AtosMvcStarterKit

Protected Properties

Свойство Type Description
_initializeLock object

Méthodes publiques

Méthode Description
Initialize ( ) : void

Méthodes protégées

Méthode Description
Application_BeginRequest ( ) : void
Application_EndRequest ( object sender, EventArgs e ) : void
ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void

Private Methods

Méthode Description
Application_Start ( ) : void
FilterError404 ( ExceptionFilterEventArgs e ) : void
Session_Start ( ) : void

Method Details

Application_BeginRequest() protected méthode

protected Application_BeginRequest ( ) : void
Résultat void

Application_EndRequest() protected méthode

protected Application_EndRequest ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

ErrorLog_Filtering() protected méthode

protected ErrorLog_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
Résultat void

ErrorMail_Filtering() protected méthode

protected ErrorMail_Filtering ( object sender, ExceptionFilterEventArgs e ) : void
sender object
e Elmah.ExceptionFilterEventArgs
Résultat void

Initialize() public static méthode

public static Initialize ( ) : void
Résultat void

Property Details

_initializeLock protected_oe static_oe property

protected static object _initializeLock
Résultat object