C# Class newtelligence.DasBlog.Web.Core.CategoryList

Inheritance: System.Web.UI.WebControls.WebControl
Mostra file Open project: AArnott/dasblog

Private Properties

Property Type Description
RenderCategoriesIntoTable void

Public Methods

Method Description
CategoryList ( ) : System
CategoryList ( bool showFeedBadge ) : System

Protected Methods

Method Description
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

Private Methods

Method Description
RenderCategoriesIntoTable ( System.Web.UI.WebControls.Table table, string parentPath ) : void

Method Details

CategoryList() public method

public CategoryList ( ) : System
return System

CategoryList() public method

public CategoryList ( bool showFeedBadge ) : System
showFeedBadge bool
return System

OnPreRender() protected method

protected OnPreRender ( EventArgs e ) : void
e System.EventArgs
return void

Render() protected method

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
return void