C# Класс AJH.CMS.WEB.UI.Admin.CMSLogin

Наследование: System.Web.UI.MasterPage
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
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

Защищенные методы

Метод Описание
CMSLogin_Load ( object sender, EventArgs e ) : void
OnInit ( EventArgs e ) : void
PageTitle ( ) : string

Описание методов

CMSLogin_Load() защищенный Метод

protected CMSLogin_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
Результат void

OnInit() защищенный Метод

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

PageTitle() защищенный Метод

protected PageTitle ( ) : string
Результат string

Описание свойств

Form1 защищенное свойство

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
Результат global::System.Web.UI.HtmlControls.HtmlForm

MainContent защищенное свойство

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
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

headContent защищенное свойство

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
Результат global::System.Web.UI.WebControls.ContentPlaceHolder

lblCMS защищенное свойство

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
Результат global::System.Web.UI.WebControls.Label

scManager защищенное свойство

scManager control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.ScriptManager scManager
Результат global::System.Web.UI.ScriptManager