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

Inheritance: System.Web.UI.MasterPage
Afficher le fichier Open project: ajhCMS/AJH.CMS.WEB.UI

Protected Properties

Свойство 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

Méthodes protégées

Méthode Description
CMSLogin_Load ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
PageTitle ( ) : string

Method Details

CMSLogin_Load() protected méthode

protected CMSLogin_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Résultat void

OnInit() protected méthode

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Résultat void

PageTitle() protected méthode

protected PageTitle ( ) : string
Résultat string

Property Details

Form1 protected_oe 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
Résultat global::System.Web.UI.HtmlControls.HtmlForm

MainContent protected_oe 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
Résultat global::System.Web.UI.WebControls.ContentPlaceHolder

headContent protected_oe 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
Résultat global::System.Web.UI.WebControls.ContentPlaceHolder

lblCMS protected_oe 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
Résultat global::System.Web.UI.WebControls.Label

scManager protected_oe 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
Résultat global::System.Web.UI.ScriptManager