C# 클래스 ScrewTurn.Wiki.MasterPage

상속: System.Web.UI.MasterPage
파일 보기 프로젝트 열기: mono/ScrewTurnWiki

보호된 프로퍼티들

프로퍼티 타입 설명
CphMaster global::System.Web.UI.WebControls.ContentPlaceHolder
FrmMaster global::System.Web.UI.HtmlControls.HtmlForm
lblFooterDiv global::System.Web.UI.WebControls.Literal
lblHeaderDiv global::System.Web.UI.WebControls.Literal
lblPageFooterDiv global::System.Web.UI.WebControls.Literal
lblPageHeaderDiv global::System.Web.UI.WebControls.Literal
lblSidebarDiv global::System.Web.UI.WebControls.Literal
lblStrings global::System.Web.UI.WebControls.Literal

공개 메소드들

메소드 설명
PrintFooter ( ) : void

Prints the footer.

PrintHeader ( ) : void

Prints the header.

PrintHtmlHead ( ) : void

Prints the HTML head tag.

PrintPageHeaderAndFooter ( ) : void

Prints the page header and page footer.

PrintSidebar ( ) : void

Prints the sidebar.

보호된 메소드들

메소드 설명
Page_Load ( object sender, EventArgs e ) : void

비공개 메소드들

메소드 설명
GetPseudoCacheItemName ( string name ) : string

Gets the pseudo-cache item name based on the current namespace.

메소드 상세

Page_Load() 보호된 메소드

protected Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
리턴 void

PrintFooter() 공개 메소드

Prints the footer.
public PrintFooter ( ) : void
리턴 void

PrintHeader() 공개 메소드

Prints the header.
public PrintHeader ( ) : void
리턴 void

PrintHtmlHead() 공개 메소드

Prints the HTML head tag.
public PrintHtmlHead ( ) : void
리턴 void

PrintPageHeaderAndFooter() 공개 메소드

Prints the page header and page footer.
public PrintPageHeaderAndFooter ( ) : void
리턴 void

PrintSidebar() 공개 메소드

Prints the sidebar.
public PrintSidebar ( ) : void
리턴 void

프로퍼티 상세

CphMaster 보호되어 있는 프로퍼티

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

FrmMaster 보호되어 있는 프로퍼티

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

lblFooterDiv 보호되어 있는 프로퍼티

lblFooterDiv control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblFooterDiv
리턴 global::System.Web.UI.WebControls.Literal

lblHeaderDiv 보호되어 있는 프로퍼티

lblHeaderDiv control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblHeaderDiv
리턴 global::System.Web.UI.WebControls.Literal

lblPageFooterDiv 보호되어 있는 프로퍼티

lblPageFooterDiv control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPageFooterDiv
리턴 global::System.Web.UI.WebControls.Literal

lblPageHeaderDiv 보호되어 있는 프로퍼티

lblPageHeaderDiv control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblPageHeaderDiv
리턴 global::System.Web.UI.WebControls.Literal

lblSidebarDiv 보호되어 있는 프로퍼티

lblSidebarDiv control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblSidebarDiv
리턴 global::System.Web.UI.WebControls.Literal

lblStrings 보호되어 있는 프로퍼티

lblStrings control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.Literal lblStrings
리턴 global::System.Web.UI.WebControls.Literal