C# 클래스 Simplify.Web.Responses.StaticTpl

Provides template response (loads template and puts it to DataCollector)
상속: ControllerResponse
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
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