C# 클래스 AJH.CMS.WEB.UI.Admin.CMSLogin

상속: System.Web.UI.MasterPage
파일 보기 프로젝트 열기: ajhCMS/AJH.CMS.WEB.UI

보호된 프로퍼티들

프로퍼티 타입 설명
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