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
파일 보기 프로젝트 열기: ayende/Subtext 1 사용 예제들

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