C# Класс Kamsar.WebConsole.WebConsolePage

Implements a WebForms page that has a WebConsole as its contents. Content from the page's aspx will be ignored and replaced with the web console.
Наследование: System.Web.UI.Page
Показать файл Открыть проект

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

Метод Описание
OnInit ( EventArgs e ) : void
Process ( IProgressStatus console ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

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

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

protected OnInit ( EventArgs e ) : void
e System.EventArgs
Результат void

Process() защищенный абстрактный Метод

protected abstract Process ( IProgressStatus console ) : void
console IProgressStatus
Результат void

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

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
Результат void