C# 클래스 post, ReSharperCourse

상속: BlogEngine.Core.Web.Controls.BlogBasePage
파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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,