C# Class Kamsar.WebConsole.Html5WebConsole

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

Méthodes publiques

Méthode Description
Html5WebConsole ( HttpResponse response ) : System
Html5WebConsole ( System.Web.HttpResponseBase response ) : System
Render ( ) : void
Render ( Action processAction ) : void

Méthodes protégées

Méthode 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 méthode

public Html5WebConsole ( HttpResponse response ) : System
response System.Web.HttpResponse
Résultat System

Html5WebConsole() public méthode

public Html5WebConsole ( System.Web.HttpResponseBase response ) : System
response System.Web.HttpResponseBase
Résultat System

Render() public méthode

public Render ( ) : void
Résultat void

Render() public méthode

public Render ( Action processAction ) : void
processAction Action
Résultat void

RenderHead() protected méthode

Renders content into the head tag
protected RenderHead ( ) : void
Résultat void

RenderPageHead() protected méthode

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