C# Class Subtext.Web.UI.Pages.SubtextMasterPage

This serves as the master page for every page within the site (except for the admin section. This page contains a PlaceHolder in which the PageTemplate.ascx control within each skin is loaded.
Inheritance: Subtext.Framework.Web.Handlers.SubtextPage, IPageWithControls, IContainerControl
Afficher le fichier Open project: ayende/Subtext Class Usage Examples

Méthodes publiques

Свойство Type Description
CommentsPanelId string

Protected Properties

Свойство Type Description
AtomLink HtmlLink
CenterBodyControl PlaceHolder
CurrentBlog Subtext.Framework.BlogInfo
CurrentSkin SkinConfig
CustomCss HtmlLink
RSSLink HtmlLink
Rsd HtmlLink
authorMetaTag Literal
commentsControl Subtext.Web.UI.Controls.Comments
customTrackingCode Literal
docTypeDeclaration Literal
metaTagsPlaceHolder PlaceHolder
openIDDelegate Literal
openIDServer Literal
pageTitle Literal
postCommentControl Subtext.Web.UI.Controls.PostComment
scripts Literal
styles Literal
versionMetaTag Literal
virtualBlogRoot Literal
virtualRoot Literal

Méthodes protégées

Méthode Description
LoadPageStateFromPersistenceMedium ( ) : object

Loads the page state from persistence medium. In this case this returns null as we are not using ViewState.

OnInit ( EventArgs e ) : void

Initializes this blog page, applying skins and whatnot.

OnPreRender ( EventArgs e ) : void

Before rendering, turns off ViewState again (why? not sure), applies skins and stylesheet references, and sets the page title.

SavePageStateToPersistenceMedium ( object viewState ) : void

Saves the page state to persistence medium. In this case this does nothing as we are not using ViewState.

Private Methods

Méthode Description
InitializeBlogPage ( ) : void
postCommentControl_CommentPosted ( object sender, EventArgs e ) : void

Method Details

LoadPageStateFromPersistenceMedium() protected méthode

Loads the page state from persistence medium. In this case this returns null as we are not using ViewState.
protected LoadPageStateFromPersistenceMedium ( ) : object
Résultat object

OnInit() protected méthode

Initializes this blog page, applying skins and whatnot.
protected OnInit ( EventArgs e ) : void
e System.EventArgs E.
Résultat void

OnPreRender() protected méthode

Before rendering, turns off ViewState again (why? not sure), applies skins and stylesheet references, and sets the page title.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs E.
Résultat void

SavePageStateToPersistenceMedium() protected méthode

Saves the page state to persistence medium. In this case this does nothing as we are not using ViewState.
protected SavePageStateToPersistenceMedium ( object viewState ) : void
viewState object State of the view.
Résultat void

Property Details

AtomLink protected_oe property

protected HtmlLink AtomLink
Résultat HtmlLink

CenterBodyControl protected_oe property

protected PlaceHolder CenterBodyControl
Résultat PlaceHolder

CommentsPanelId public_oe static_oe property

public static string CommentsPanelId
Résultat string

CurrentBlog protected_oe property

protected BlogInfo,Subtext.Framework CurrentBlog
Résultat Subtext.Framework.BlogInfo

CurrentSkin protected_oe property

protected SkinConfig CurrentSkin
Résultat SkinConfig

CustomCss protected_oe property

protected HtmlLink CustomCss
Résultat HtmlLink

RSSLink protected_oe property

protected HtmlLink RSSLink
Résultat HtmlLink

Rsd protected_oe property

protected HtmlLink Rsd
Résultat HtmlLink

authorMetaTag protected_oe property

protected Literal authorMetaTag
Résultat Literal

commentsControl protected_oe property

protected Comments,Subtext.Web.UI.Controls commentsControl
Résultat Subtext.Web.UI.Controls.Comments

customTrackingCode protected_oe property

protected Literal customTrackingCode
Résultat Literal

docTypeDeclaration protected_oe property

protected Literal docTypeDeclaration
Résultat Literal

metaTagsPlaceHolder protected_oe property

protected PlaceHolder metaTagsPlaceHolder
Résultat PlaceHolder

openIDDelegate protected_oe property

protected Literal openIDDelegate
Résultat Literal

openIDServer protected_oe property

protected Literal openIDServer
Résultat Literal

pageTitle protected_oe property

protected Literal pageTitle
Résultat Literal

postCommentControl protected_oe property

protected PostComment,Subtext.Web.UI.Controls postCommentControl
Résultat Subtext.Web.UI.Controls.PostComment

scripts protected_oe property

protected Literal scripts
Résultat Literal

styles protected_oe property

protected Literal styles
Résultat Literal

versionMetaTag protected_oe property

protected Literal versionMetaTag
Résultat Literal

virtualBlogRoot protected_oe property

protected Literal virtualBlogRoot
Résultat Literal

virtualRoot protected_oe property

protected Literal virtualRoot
Résultat Literal