C# Class Simplify.Web.Responses.Tpl

Provides template response (puts data to DataCollector)
Inheritance: ControllerResponse
Afficher le fichier Open project: i4004/Simplify.Web

Méthodes publiques

Méthode Description
Process ( ) : ControllerResponseResult

Processes this response

Tpl ( ITemplate template ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Tpl ( ITemplate template, string title ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Tpl ( string data ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Tpl ( string data, string title ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Method Details

Process() public méthode

Processes this response
public Process ( ) : ControllerResponseResult
Résultat ControllerResponseResult

Tpl() public méthode

Initializes a new instance of the Tpl class.
public Tpl ( ITemplate template ) : Simplify.Templates
template ITemplate The template.
Résultat Simplify.Templates

Tpl() public méthode

Initializes a new instance of the Tpl class.
public Tpl ( ITemplate template, string title ) : Simplify.Templates
template ITemplate The template.
title string The site title.
Résultat Simplify.Templates

Tpl() public méthode

Initializes a new instance of the Tpl class.
public Tpl ( string data ) : Simplify.Templates
data string The data for main content variable.
Résultat Simplify.Templates

Tpl() public méthode

Initializes a new instance of the Tpl class.
public Tpl ( string data, string title ) : Simplify.Templates
data string The data for main content variable.
title string The site title.
Résultat Simplify.Templates