C# Класс 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.
Наследование: System.Web.UI.WebControls.HyperLink
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
IsRequestForSamePage bool

Защищенные методы

Метод Описание
OnPreRender ( EventArgs e ) : void

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

Приватные методы

Метод Описание
IsRequestForSamePage ( string navigateUrl ) : bool

Описание методов

OnPreRender() защищенный Метод

Attaches the ActievCss class if the current url matches the navigate url for this link.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
Результат void