C# 클래스 Sitecore.Modules.WeBlog.WebForms.WebControls.Syndication

상속: Sitecore.Web.UI.WebControl
파일 보기 프로젝트 열기: WeTeam/WeBlog

보호된 프로퍼티들

프로퍼티 타입 설명
SyndicationLink ISyndicationInclude

공개 메소드들

메소드 설명
Syndication ( ISyndicationInclude sl = null ) : System.Web.UI

보호된 메소드들

메소드 설명
AddFeedToOutput ( System.Web.UI.HtmlTextWriter output ) : void
DoRender ( System.Web.UI.HtmlTextWriter output ) : void

메소드 상세

AddFeedToOutput() 보호된 메소드

protected AddFeedToOutput ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void

DoRender() 보호된 메소드

protected DoRender ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter
리턴 void

Syndication() 공개 메소드

public Syndication ( ISyndicationInclude sl = null ) : System.Web.UI
sl ISyndicationInclude
리턴 System.Web.UI

프로퍼티 상세

SyndicationLink 보호되어 있는 프로퍼티

protected ISyndicationInclude SyndicationLink
리턴 ISyndicationInclude