C# Class Subtext.Web.Install.Default

Page used to create an initial configuration for the blog.
This page will ONLY be displayed if there are no blog configurations within the database.
Inheritance: InstallationBase
显示文件 Open project: ayende/Subtext

Protected Methods

Method Description
OnInstallClick ( object sender, EventArgs e ) : void
OnLoad ( EventArgs e ) : void

Method Details

OnInstallClick() protected method

protected OnInstallClick ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void

OnLoad() protected method

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