C# Class Subtext.Web.UI.WebControls.RssHyperLink

Use this to link to the rss feed and do not specify the NavigateUrl property. It'll fill this in for you.
Inheritance: System.Web.UI.WebControls.HyperLink
Show file Open project: ayende/Subtext

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Overrides the NavigateUrl property to point too the RSS feed and raises the E:System.Web.UI.Control.PreRender event.

Method Details

OnPreRender() protected method

Overrides the NavigateUrl property to point too the RSS feed and raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void