C# Класс post, ReSharperCourse

Наследование: BlogEngine.Core.Web.Controls.BlogBasePage
Показать файл Открыть проект Примеры использования класса

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

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

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

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

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

Метод Описание
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() защищенный Метод

protected OnInit ( EventArgs e ) : void
e EventArgs
Результат void

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

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

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