C# Класс Simplify.Web.Responses.Tpl

Provides template response (puts data to DataCollector)
Наследование: ControllerResponse
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

Process() публичный Метод

Processes this response
public Process ( ) : ControllerResponseResult
Результат ControllerResponseResult

Tpl() публичный Метод

Initializes a new instance of the Tpl class.
public Tpl ( ITemplate template ) : Simplify.Templates
template ITemplate The template.
Результат Simplify.Templates

Tpl() публичный Метод

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.
Результат Simplify.Templates

Tpl() публичный Метод

Initializes a new instance of the Tpl class.
public Tpl ( string data ) : Simplify.Templates
data string The data for main content variable.
Результат Simplify.Templates

Tpl() публичный Метод

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.
Результат Simplify.Templates