Property | Type | Description | |
---|---|---|---|
CommentsPanelId | string |
Property | Type | Description | |
---|---|---|---|
AtomLink | HtmlLink | ||
CenterBodyControl | PlaceHolder | ||
CurrentBlog | |||
CurrentSkin | SkinConfig | ||
CustomCss | HtmlLink | ||
RSSLink | HtmlLink | ||
Rsd | HtmlLink | ||
authorMetaTag | Literal | ||
commentsControl | |||
customTrackingCode | Literal | ||
docTypeDeclaration | Literal | ||
metaTagsPlaceHolder | PlaceHolder | ||
openIDDelegate | Literal | ||
openIDServer | Literal | ||
pageTitle | Literal | ||
postCommentControl | |||
scripts | Literal | ||
styles | Literal | ||
versionMetaTag | Literal | ||
virtualBlogRoot | Literal | ||
virtualRoot | Literal |
Method | Description | |
---|---|---|
LoadPageStateFromPersistenceMedium ( ) : object |
Loads the page state from persistence medium. In this case this returns null as we are not using ViewState.
|
|
OnInit ( |
Initializes this blog page, applying skins and whatnot.
|
|
OnPreRender ( |
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.
|
Method | Description | |
---|---|---|
InitializeBlogPage ( ) : void | ||
postCommentControl_CommentPosted ( object sender, |
protected LoadPageStateFromPersistenceMedium ( ) : object | ||
return | object |
protected OnPreRender ( |
||
e | E. | |
return | void |
protected SavePageStateToPersistenceMedium ( object viewState ) : void | ||
viewState | object | State of the view. |
return | void |
protected BlogInfo,Subtext.Framework CurrentBlog | ||
return |
protected Comments,Subtext.Web.UI.Controls commentsControl | ||
return |
protected PlaceHolder metaTagsPlaceHolder | ||
return | PlaceHolder |
protected PostComment,Subtext.Web.UI.Controls postCommentControl | ||
return |