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

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

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

Метод Описание
InlineTpl ( string dataCollectorVariableName, ITemplate template ) : System

Initializes a new instance of the InlineTpl class.

InlineTpl ( string dataCollectorVariableName, string data ) : System

Initializes a new instance of the InlineTpl class.

Process ( ) : ControllerResponseResult

Processes this response

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

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

Initializes a new instance of the InlineTpl class.
public InlineTpl ( string dataCollectorVariableName, ITemplate template ) : System
dataCollectorVariableName string Name of the data collector variable.
template ITemplate The template.
Результат System

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

Initializes a new instance of the InlineTpl class.
public InlineTpl ( string dataCollectorVariableName, string data ) : System
dataCollectorVariableName string Name of the data collector variable.
data string The data.
Результат System

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

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