C# Class ScrewTurn.Wiki.MasterPageSA

Inheritance: System.Web.UI.MasterPage
Mostra file Open project: mono/ScrewTurnWiki

Protected Properties

Property Type Description
CphMasterSA global::System.Web.UI.WebControls.ContentPlaceHolder
FrmMasterSA global::System.Web.UI.HtmlControls.HtmlForm
lblFooterDiv global::System.Web.UI.WebControls.Literal
lblHeaderDiv global::System.Web.UI.WebControls.Literal
lblStrings global::System.Web.UI.WebControls.Literal
lnkMainPage global::System.Web.UI.WebControls.HyperLink
lnkPreviousPage global::System.Web.UI.WebControls.HyperLink

Public Methods

Method Description
PrintFooter ( ) : void

Prints the footer.

PrintHeader ( ) : void

Prints the header.

PrintHtmlHead ( ) : void

Prints the HTML head tag.

Protected Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Private Methods

Method Description
GetPseudoCacheItemName ( string name ) : string

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

Method Details

Page_Load() protected method

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

PrintFooter() public method

Prints the footer.
public PrintFooter ( ) : void
return void

PrintHeader() public method

Prints the header.
public PrintHeader ( ) : void
return void

PrintHtmlHead() public method

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

Property Details

CphMasterSA protected_oe property

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

FrmMasterSA protected_oe property

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

lblFooterDiv protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblHeaderDiv protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lblStrings protected_oe property

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
return global::System.Web.UI.WebControls.Literal

lnkMainPage protected_oe property

lnkMainPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink lnkMainPage
return global::System.Web.UI.WebControls.HyperLink

lnkPreviousPage protected_oe property

lnkPreviousPage control.
Auto-generated field. To modify move field declaration from designer file to code-behind file.
protected global::System.Web.UI.WebControls.HyperLink lnkPreviousPage
return global::System.Web.UI.WebControls.HyperLink