C# Класс MichaelJBaird.Themes.JQMobile.PostPage

Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Post Post

Защищенные методы

Метод Описание
OnInit ( EventArgs e ) : void

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

Приватные методы

Метод Описание
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.

Описание методов

OnInit() защищенный Метод

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.
Результат void

Описание свойств

Post публичное свойство

public Post Post
Результат Post