C# Class Subtext.Web.HostAdmin.HostAdminTemplate

Master page template for the host admin.
Inheritance: System.Web.UI.MasterPage
Show file Open project: ayende/Subtext

Public Methods

Method Description
AddSidebarControl ( Control control ) : void

Adds a control to the sidebar.

Protected Methods

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

Method Details

AddSidebarControl() public method

Adds a control to the sidebar.
public AddSidebarControl ( Control control ) : void
control System.Web.UI.Control
return void

Page_Load() protected method

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