C# Класс ScrewTurn.Wiki.MasterPage

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

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

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