C# Class Subtext.Web.UI.Controls.AggPinnedPost

Control used to view a single blog post.
Inheritance: BaseControl
Afficher le fichier Open project: ayende/Subtext

Protected Properties

Свойство Type Description
PinnedPost System.Web.UI.WebControls.Literal
PinnedTitle System.Web.UI.WebControls.Literal

Méthodes protégées

Méthode Description
OnLoad ( EventArgs e ) : void

Loads the entry specified by the EntryName property.

Method Details

OnLoad() protected méthode

Loads the entry specified by the EntryName property.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
Résultat void

Property Details

PinnedPost protected_oe property

protected Literal,System.Web.UI.WebControls PinnedPost
Résultat System.Web.UI.WebControls.Literal

PinnedTitle protected_oe property

protected Literal,System.Web.UI.WebControls PinnedTitle
Résultat System.Web.UI.WebControls.Literal