C# Class 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.
Inheritance: System.Web.UI.Page
Mostra file Open project: kamsar/Kamsar.WebConsole

Protected Methods

Method Description
OnInit ( EventArgs e ) : void
Process ( IProgressStatus console ) : void
Render ( System.Web.UI.HtmlTextWriter writer ) : void

Method Details

OnInit() protected method

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

Process() protected abstract method

protected abstract Process ( IProgressStatus console ) : void
console IProgressStatus
return void

Render() protected method

protected Render ( System.Web.UI.HtmlTextWriter writer ) : void
writer System.Web.UI.HtmlTextWriter
return void