C# Class Subtext.Web.Install.InstallationBase

Summary description for InstallationBase.
Inheritance: System.Web.UI.Page
显示文件 Open project: ayende/Subtext

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Ons the load.

Private Methods

Method Description
EnsureInstallStep ( ) : void
EnsureInstallStep ( string page ) : void
IsOnPage ( string page ) : bool

Method Details

OnLoad() protected method

Ons the load.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs E.
return void