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

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

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

Метод Описание
Process ( ) : ControllerResponseResult

Processes this response

StaticTpl ( string templateFileName ) : System

Initializes a new instance of the Tpl class.

StaticTpl ( string templateFileName, string title ) : System

Initializes a new instance of the Tpl class.

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

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

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

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

Initializes a new instance of the Tpl class.
public StaticTpl ( string templateFileName ) : System
templateFileName string Name of the template file.
Результат System

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

Initializes a new instance of the Tpl class.
/// templateFileName /// or /// title ///
public StaticTpl ( string templateFileName, string title ) : System
templateFileName string Name of the template file.
title string The title.
Результат System