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

Use this to link to the Atom 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

Public Methods

Method Description
AtomHyperLink ( ) : System

Initializes a new instance of the RssHyperLink class.

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

AtomHyperLink() public method

Initializes a new instance of the RssHyperLink class.
public AtomHyperLink ( ) : System
return System

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