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

Inheritance: System.Web.UI.WebControls.WebControl
Mostrar archivo Open project: AArnott/dasblog

Private Properties

Property Type Description
RenderOutlinesIntoTable void

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
RenderOutlinesIntoTable ( System.Web.UI.WebControls.Table table, OpmlOutlineCollection outlines, int depth, bool renderDescription ) : void

Method Details

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