C# Class Subtext.Web.Install.InstallTemplate

Inheritance: System.Web.UI.MasterPage
显示文件 Open project: ayende/Subtext

Protected Properties

Property Type Description
Content global::System.Web.UI.WebControls.ContentPlaceHolder
formsStyle global::System.Web.UI.HtmlControls.HtmlLink
frmMain global::System.Web.UI.HtmlControls.HtmlForm
helpTipCss global::System.Web.UI.HtmlControls.HtmlLink
installFavicon global::System.Web.UI.HtmlControls.HtmlLink
installStyle global::System.Web.UI.HtmlControls.HtmlLink

Protected Methods

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

Method Details

Page_Load() protected method

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

Property Details

Content protected_oe property

Content control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.ContentPlaceHolder Content
return global::System.Web.UI.WebControls.ContentPlaceHolder

formsStyle protected_oe property

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

frmMain protected_oe property

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

helpTipCss protected_oe property

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

installFavicon protected_oe property

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

installStyle protected_oe property

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