C# Class Kamsar.WebConsole.Html5WebConsole

Implements a WebConsole that has a basic HTML5 page wrapper on it.
Inheritance: WebConsole
Mostra file Open project: kamsar/Kamsar.WebConsole Class Usage Examples

Public Methods

Method Description
Html5WebConsole ( HttpResponse response ) : System
Html5WebConsole ( System.Web.HttpResponseBase response ) : System
Render ( ) : void
Render ( Action processAction ) : void

Protected Methods

Method Description
RenderHead ( ) : void

Renders content into the head tag

RenderPageHead ( ) : void

Renders heading content into the page (e.g. a h1 of the title, etc)

Method Details

Html5WebConsole() public method

public Html5WebConsole ( HttpResponse response ) : System
response System.Web.HttpResponse
return System

Html5WebConsole() public method

public Html5WebConsole ( System.Web.HttpResponseBase response ) : System
response System.Web.HttpResponseBase
return System

Render() public method

public Render ( ) : void
return void

Render() public method

public Render ( Action processAction ) : void
processAction Action
return void

RenderHead() protected method

Renders content into the head tag
protected RenderHead ( ) : void
return void

RenderPageHead() protected method

Renders heading content into the page (e.g. a h1 of the title, etc)
protected RenderPageHead ( ) : void
return void