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
파일 보기 프로젝트 열기: kamsar/Kamsar.WebConsole

보호된 메소드들

메소드 설명
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