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
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
FooterText System.Web.UI.WebControls.Literal
currentYear System.Web.UI.WebControls.Literal

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Sets the FooterText.Text property to the CurrentBlog.Author

Method Details

OnLoad() protected méthode

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

Property Details

FooterText protected_oe property

protected System.Web.UI.WebControls.Literal FooterText
Résultat System.Web.UI.WebControls.Literal

currentYear protected_oe property

protected System.Web.UI.WebControls.Literal currentYear
Résultat System.Web.UI.WebControls.Literal