C# 클래스 Subtext.Web.UI.Controls.AggPinnedPost

Control used to view a single blog post.
상속: BaseControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
PinnedPost System.Web.UI.WebControls.Literal
PinnedTitle System.Web.UI.WebControls.Literal

보호된 메소드들

메소드 설명
OnLoad ( EventArgs e ) : void

Loads the entry specified by the EntryName property.

메소드 상세

OnLoad() 보호된 메소드

Loads the entry specified by the EntryName property.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

PinnedPost 보호되어 있는 프로퍼티

protected Literal,System.Web.UI.WebControls PinnedPost
리턴 System.Web.UI.WebControls.Literal

PinnedTitle 보호되어 있는 프로퍼티

protected Literal,System.Web.UI.WebControls PinnedTitle
리턴 System.Web.UI.WebControls.Literal