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

Footer control, displayed at the bottom of most skins. Contains a System.Web.UI.WebControls.Literal control which displays the author name.
상속: BaseControl
파일 보기 프로젝트 열기: ayende/Subtext

보호된 프로퍼티들

프로퍼티 타입 설명
FooterText System.Web.UI.WebControls.Literal
currentYear System.Web.UI.WebControls.Literal

보호된 메소드들

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

Sets the FooterText.Text property to the CurrentBlog.Author

메소드 상세

OnLoad() 보호된 메소드

Sets the FooterText.Text property to the CurrentBlog.Author
protected OnLoad ( EventArgs e ) : void
e System.EventArgs E.
리턴 void

프로퍼티 상세

FooterText 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Literal FooterText
리턴 System.Web.UI.WebControls.Literal

currentYear 보호되어 있는 프로퍼티

protected System.Web.UI.WebControls.Literal currentYear
리턴 System.Web.UI.WebControls.Literal