C# Класс newtelligence.DasBlog.Web.Core.SideBarOpmlList

Наследование: System.Web.UI.WebControls.WebControl
Показать файл Открыть проект

Private Properties

Свойство Тип Описание
RenderOutlinesIntoTable void

Защищенные методы

Метод Описание
OnPreRender ( EventArgs e ) : void
Render ( System.Web.UI.HtmlTextWriter output ) : void

Render this control to the output parameter specified.

Приватные методы

Метод Описание
RenderOutlinesIntoTable ( System.Web.UI.WebControls.Table table, OpmlOutlineCollection outlines, int depth, bool renderDescription ) : void

Описание методов

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