C# Класс Daniel15.Data.Entities.Blog.PostModel

Наследование: ISupportsDisqus
Показать файл Открыть проект Примеры использования класса

Private Properties

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

Открытые методы

Метод Описание
Content ( ) : string

Gets the processed content of this blog post

Intro ( bool &showMoreLink ) : string

Gets the introduction to this blog post - That is, the content up to the "read more" section.

PlainTextIntro ( ) : string

Gets the plain text blog post introduction, for the RSS feed

SummaryOrPlainTextIntro ( ) : string

Gets the summary text if available, otherwise passes through to PlainTextIntro to get a plain text introduction.

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

Content() публичный Метод

Gets the processed content of this blog post
public Content ( ) : string
Результат string

Intro() публичный Метод

Gets the introduction to this blog post - That is, the content up to the "read more" section.
public Intro ( bool &showMoreLink ) : string
showMoreLink bool
Результат string

PlainTextIntro() публичный Метод

Gets the plain text blog post introduction, for the RSS feed
public PlainTextIntro ( ) : string
Результат string

SummaryOrPlainTextIntro() публичный Метод

Gets the summary text if available, otherwise passes through to PlainTextIntro to get a plain text introduction.
public SummaryOrPlainTextIntro ( ) : string
Результат string