C# 클래스 Subtext.Web.UI.WebControls.RssHyperLink

Use this to link to the rss feed and do not specify the NavigateUrl property. It'll fill this in for you.
상속: System.Web.UI.WebControls.HyperLink
파일 보기 프로젝트 열기: ayende/Subtext

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void

Overrides the NavigateUrl property to point too the RSS feed and raises the E:System.Web.UI.Control.PreRender event.

메소드 상세

OnPreRender() 보호된 메소드

Overrides the NavigateUrl property to point too the RSS feed and raises the E:System.Web.UI.Control.PreRender event.
protected OnPreRender ( EventArgs e ) : void
e System.EventArgs An object that contains the event data.
리턴 void