C# Class PaulStovell.TrialBalance.Website.ApplicationPage

Inheritance: System.Web.UI.Page
Datei anzeigen Open project: PaulStovell/trial-balance

Public Methods

Method Description
ApplicationPage ( ) : System

Constructor.

GetNonCriticalPageExceptions ( ) : ReadOnlyCollection

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
OnLoad ( EventArgs e ) : void
OnPreInit ( EventArgs e ) : void

Method Details

ApplicationPage() public method

Constructor.
public ApplicationPage ( ) : System
return System

GetNonCriticalPageExceptions() public method

public GetNonCriticalPageExceptions ( ) : ReadOnlyCollection
return ReadOnlyCollection

OnInit() protected method

protected OnInit ( EventArgs e ) : void
e System.EventArgs
return void

OnLoad() protected method

protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

OnPreInit() protected method

protected OnPreInit ( EventArgs e ) : void
e System.EventArgs
return void