C# Class Subtext.Web.HostAdmin.Upgrade.UpgradeComplete

Summary description for InstallationComplete.
Inheritance: HostAdminPage
Mostra file Open project: ayende/Subtext

Protected Properties

Property Type Description
lnkHostAdmin global::System.Web.UI.HtmlControls.HtmlAnchor

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Method Details

OnInit() protected method

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

Page_Load() protected method

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

Property Details

lnkHostAdmin protected_oe property

lnkHostAdmin control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.HtmlControls.HtmlAnchor lnkHostAdmin
return global::System.Web.UI.HtmlControls.HtmlAnchor