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

Control used to view a single blog post.
Inheritance: BaseControl
Exibir arquivo Open project: ayende/Subtext

Protected Properties

Property Type Description
PinnedPost System.Web.UI.WebControls.Literal
PinnedTitle System.Web.UI.WebControls.Literal

Protected Methods

Method Description
OnLoad ( EventArgs e ) : void

Loads the entry specified by the EntryName property.

Method Details

OnLoad() protected method

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

Property Details

PinnedPost protected_oe property

protected Literal,System.Web.UI.WebControls PinnedPost
return System.Web.UI.WebControls.Literal

PinnedTitle protected_oe property

protected Literal,System.Web.UI.WebControls PinnedTitle
return System.Web.UI.WebControls.Literal