C# Class 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.
Inheritance: BaseControl
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
FooterText System.Web.UI.WebControls.Literal
currentYear System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Sets the FooterText.Text property to the CurrentBlog.Author

Method Details

OnLoad() protected method

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

Property Details

FooterText protected_oe property

protected System.Web.UI.WebControls.Literal FooterText
return System.Web.UI.WebControls.Literal

currentYear protected_oe property

protected System.Web.UI.WebControls.Literal currentYear
return System.Web.UI.WebControls.Literal