C# Class MichaelJBaird.Themes.JQMobile.PostPage

Show file Open project: rasmuskl/ReSharperCourse

Public Properties

Property Type Description
Post Post

Protected Methods

Method Description
OnInit ( EventArgs e ) : void

Raises the E:System.Web.UI.Control.Init event to initialize the page.

Private Methods

Method Description
AddMetaDescription ( ) : void

Adds the post's description as the description metatag.

AddMetaKeywords ( ) : void

Adds the post's tags as meta keywords.

GetNextPost ( Post post ) : Post

Gets the next post filtered for invisible posts.

GetPrevPost ( Post post ) : Post

Gets the prev post filtered for invisible posts.

InitNavigationLinks ( ) : void

Inits the navigation links above the post and in the HTML head section.

Method Details

OnInit() protected method

Raises the E:System.Web.UI.Control.Init event to initialize the page.
protected OnInit ( EventArgs e ) : void
e EventArgs An that contains the event data.
return void

Property Details

Post public property

public Post Post
return Post