C# Class post, ReSharperCourse

Inheritance: BlogEngine.Core.Web.Controls.BlogBasePage
Afficher le fichier Open project: rasmuskl/ReSharperCourse Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnInit ( EventArgs e ) : void

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

protected OnInit ( EventArgs e ) : void
e EventArgs
Résultat void

Property Details

Post public_oe property

public Post, Post
Résultat Post,