C# Class Simplify.Web.Responses.StaticTpl

Provides template response (loads template and puts it to DataCollector)
Inheritance: ControllerResponse
Exibir arquivo Open project: i4004/Simplify.Web

Public Methods

Method Description
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.

Method Details

Process() public method

Processes this response
public Process ( ) : ControllerResponseResult
return ControllerResponseResult

StaticTpl() public method

Initializes a new instance of the Tpl class.
public StaticTpl ( string templateFileName ) : System
templateFileName string Name of the template file.
return System

StaticTpl() public method

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.
return System