C# Class ATUAV_Experiment.SiteMaster

Inheritance: System.Web.UI.MasterPage
Show file Open project: ATUAV/ATUAV

Protected Properties

Property Type Description
HeadAboutLink global::System.Web.UI.HtmlControls.HtmlAnchor
HeadContent global::System.Web.UI.WebControls.ContentPlaceHolder
HeadHomeLink global::System.Web.UI.HtmlControls.HtmlAnchor
HeadLoginView global::System.Web.UI.WebControls.LoginView
MainContent global::System.Web.UI.WebControls.ContentPlaceHolder
MasterPageScriptManager global::System.Web.UI.ScriptManager

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

HeadAboutLink protected property

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

HeadContent protected property

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

HeadHomeLink protected property

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

HeadLoginView protected property

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

MainContent protected property

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

MasterPageScriptManager protected property

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