C# Class RssToolkit.Web.WebControls.RssHyperLink

RssHyperLink control - works with RssHttpHandler
Inheritance: System.Web.UI.WebControls.HyperLink
Show file Open project: Throy/derp-octo-robot

Public Methods

Method Description
RssHyperLink ( ) : System

Initializes a new instance of the RssHyperLink class.

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Raises the event.

Method Details

OnPreRender() protected method

Raises the event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
return void

RssHyperLink() public method

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