C# 클래스 Daniel15.Data.Entities.Blog.PostModel

상속: ISupportsDisqus
파일 보기 프로젝트 열기: Daniel15/Website 1 사용 예제들

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