C# 클래스 MichaelJBaird.Themes.JQMobile.PostPage

파일 보기 프로젝트 열기: rasmuskl/ReSharperCourse

공개 프로퍼티들

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