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

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

공개 메소드들

메소드 설명
InlineTpl ( string dataCollectorVariableName, ITemplate template ) : System

Initializes a new instance of the InlineTpl class.

InlineTpl ( string dataCollectorVariableName, string data ) : System

Initializes a new instance of the InlineTpl class.

Process ( ) : ControllerResponseResult

Processes this response

메소드 상세

InlineTpl() 공개 메소드

Initializes a new instance of the InlineTpl class.
public InlineTpl ( string dataCollectorVariableName, ITemplate template ) : System
dataCollectorVariableName string Name of the data collector variable.
template ITemplate The template.
리턴 System

InlineTpl() 공개 메소드

Initializes a new instance of the InlineTpl class.
public InlineTpl ( string dataCollectorVariableName, string data ) : System
dataCollectorVariableName string Name of the data collector variable.
data string The data.
리턴 System

Process() 공개 메소드

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