C# Class Subtext.Web.Controls.NavigationLink

Inherits from HyperLink. Allows one to set a CSS class that applies when the current request matches the NavigateUrl of this link.
Inheritance: System.Web.UI.WebControls.HyperLink
Show file Open project: ayende/Subtext Class Usage Examples

Private Properties

Property Type Description
IsRequestForSamePage bool

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void

Attaches the ActievCss class if the current url matches the navigate url for this link.

Private Methods

Method Description
IsRequestForSamePage ( string navigateUrl ) : bool

Method Details

OnPreRender() protected method

Attaches the ActievCss class if the current url matches the navigate url for this link.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void