C# 클래스 newtelligence.DasBlog.Web.Core.CategoryList

상속: System.Web.UI.WebControls.WebControl
파일 보기 프로젝트 열기: AArnott/dasblog

Private Properties

프로퍼티 타입 설명
RenderCategoriesIntoTable void

공개 메소드들

메소드 설명
CategoryList ( ) : System
CategoryList ( bool showFeedBadge ) : System

보호된 메소드들

메소드 설명
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

비공개 메소드들

메소드 설명
RenderCategoriesIntoTable ( System.Web.UI.WebControls.Table table, string parentPath ) : void

메소드 상세

CategoryList() 공개 메소드

public CategoryList ( ) : System
리턴 System

CategoryList() 공개 메소드

public CategoryList ( bool showFeedBadge ) : System
showFeedBadge bool
리턴 System

OnPreRender() 보호된 메소드

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
리턴 void

Render() 보호된 메소드

Render this control to the output parameter specified.
protected Render ( System.Web.UI.HtmlTextWriter output ) : void
output System.Web.UI.HtmlTextWriter The HTML writer to write out to
리턴 void