C# Class RssToolkit.Web.WebControls.RssHyperLink

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

Méthodes publiques

Méthode Description
RssHyperLink ( ) : System

Initializes a new instance of the RssHyperLink class.

Méthodes protégées

Méthode Description
OnPreRender ( EventArgs e ) : void

Raises the event.

Method Details

OnPreRender() protected méthode

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

RssHyperLink() public méthode

Initializes a new instance of the RssHyperLink class.
public RssHyperLink ( ) : System
Résultat System