C# 클래스 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.
상속: Subtext.Framework.Web.Handlers.SubtextPage, IPageWithControls, IContainerControl
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
CommentsPanelId string

보호된 프로퍼티들

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

보호된 메소드들

메소드 설명
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.

비공개 메소드들

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

메소드 상세

LoadPageStateFromPersistenceMedium() 보호된 메소드

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

OnInit() 보호된 메소드

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

OnPreRender() 보호된 메소드

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.
리턴 void

SavePageStateToPersistenceMedium() 보호된 메소드

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.
리턴 void

프로퍼티 상세

AtomLink 보호되어 있는 프로퍼티

protected HtmlLink AtomLink
리턴 HtmlLink

CenterBodyControl 보호되어 있는 프로퍼티

protected PlaceHolder CenterBodyControl
리턴 PlaceHolder

CommentsPanelId 공개적으로 정적으로 프로퍼티

public static string CommentsPanelId
리턴 string

CurrentBlog 보호되어 있는 프로퍼티

protected BlogInfo,Subtext.Framework CurrentBlog
리턴 Subtext.Framework.BlogInfo

CurrentSkin 보호되어 있는 프로퍼티

protected SkinConfig CurrentSkin
리턴 SkinConfig

CustomCss 보호되어 있는 프로퍼티

protected HtmlLink CustomCss
리턴 HtmlLink

RSSLink 보호되어 있는 프로퍼티

protected HtmlLink RSSLink
리턴 HtmlLink

Rsd 보호되어 있는 프로퍼티

protected HtmlLink Rsd
리턴 HtmlLink

authorMetaTag 보호되어 있는 프로퍼티

protected Literal authorMetaTag
리턴 Literal

commentsControl 보호되어 있는 프로퍼티

protected Comments,Subtext.Web.UI.Controls commentsControl
리턴 Subtext.Web.UI.Controls.Comments

customTrackingCode 보호되어 있는 프로퍼티

protected Literal customTrackingCode
리턴 Literal

docTypeDeclaration 보호되어 있는 프로퍼티

protected Literal docTypeDeclaration
리턴 Literal

metaTagsPlaceHolder 보호되어 있는 프로퍼티

protected PlaceHolder metaTagsPlaceHolder
리턴 PlaceHolder

openIDDelegate 보호되어 있는 프로퍼티

protected Literal openIDDelegate
리턴 Literal

openIDServer 보호되어 있는 프로퍼티

protected Literal openIDServer
리턴 Literal

pageTitle 보호되어 있는 프로퍼티

protected Literal pageTitle
리턴 Literal

postCommentControl 보호되어 있는 프로퍼티

protected PostComment,Subtext.Web.UI.Controls postCommentControl
리턴 Subtext.Web.UI.Controls.PostComment

scripts 보호되어 있는 프로퍼티

protected Literal scripts
리턴 Literal

styles 보호되어 있는 프로퍼티

protected Literal styles
리턴 Literal

versionMetaTag 보호되어 있는 프로퍼티

protected Literal versionMetaTag
리턴 Literal

virtualBlogRoot 보호되어 있는 프로퍼티

protected Literal virtualBlogRoot
리턴 Literal

virtualRoot 보호되어 있는 프로퍼티

protected Literal virtualRoot
리턴 Literal