C# Class AJH.CMS.WEB.UI.Admin.CMSLogin

Inheritance: System.Web.UI.MasterPage
Show file Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Property Type Description
Form1 global::System.Web.UI.HtmlControls.HtmlForm
MainContent global::System.Web.UI.WebControls.ContentPlaceHolder
headContent global::System.Web.UI.WebControls.ContentPlaceHolder
lblCMS global::System.Web.UI.WebControls.Label
scManager global::System.Web.UI.ScriptManager

Protected Methods

Method Description
CMSLogin_Load ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
PageTitle ( ) : string

Method Details

CMSLogin_Load() protected method

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

OnInit() protected method

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

PageTitle() protected method

protected PageTitle ( ) : string
return string

Property Details

Form1 protected property

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

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

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

lblCMS protected property

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

scManager protected property

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