C# Class MichaelJBaird.Themes.JQMobile.PostPage

Afficher le fichier Open project: rasmuskl/ReSharperCourse

Méthodes publiques

Свойство Type Description
Post Post

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

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

Private Methods

Méthode 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 méthode

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.
Résultat void

Property Details

Post public_oe property

public Post Post
Résultat Post