C# Class Simplify.Web.Responses.StaticTpl

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

Méthodes publiques

Méthode 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 méthode

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

StaticTpl() public méthode

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

StaticTpl() public méthode

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.
Résultat System