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

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

공개 메소드들

메소드 설명
Process ( ) : ControllerResponseResult

Processes this response

Tpl ( ITemplate template ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Tpl ( ITemplate template, string title ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Tpl ( string data ) : Simplify.Templates

Initializes a new instance of the Tpl class.

Tpl ( string data, string title ) : Simplify.Templates

Initializes a new instance of the Tpl class.

메소드 상세

Process() 공개 메소드

Processes this response
public Process ( ) : ControllerResponseResult
리턴 ControllerResponseResult

Tpl() 공개 메소드

Initializes a new instance of the Tpl class.
public Tpl ( ITemplate template ) : Simplify.Templates
template ITemplate The template.
리턴 Simplify.Templates

Tpl() 공개 메소드

Initializes a new instance of the Tpl class.
public Tpl ( ITemplate template, string title ) : Simplify.Templates
template ITemplate The template.
title string The site title.
리턴 Simplify.Templates

Tpl() 공개 메소드

Initializes a new instance of the Tpl class.
public Tpl ( string data ) : Simplify.Templates
data string The data for main content variable.
리턴 Simplify.Templates

Tpl() 공개 메소드

Initializes a new instance of the Tpl class.
public Tpl ( string data, string title ) : Simplify.Templates
data string The data for main content variable.
title string The site title.
리턴 Simplify.Templates