C# Класс App_Code.Controls.DefaultWidgetContainer

Default implementation of WidgetContainer that provides backwards compatibility with themes that do not have their own WidgetContainer user control.
Наследование: WidgetContainer
Показать файл Открыть проект

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

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

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.

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

Метод Описание
DefaultWidgetContainer ( ) : System

Initializes a new instance of the DefaultWidgetContainer class.

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

Render() защищенный Метод

Sends server control content to a provided T:System.Web.UI.HtmlTextWriter object, which writes the content to be rendered on the client.
protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter The object that receives the server control content.
Результат void