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

Provides Http file response (send file to response)
상속: ControllerResponse
파일 보기 프로젝트 열기: i4004/Simplify.Web

공개 메소드들

메소드 설명
File ( string outputFileName, string contentType, byte data ) : System

Initializes a new instance of the File class.

Process ( ) : ControllerResponseResult

Processes this response

메소드 상세

File() 공개 메소드

Initializes a new instance of the File class.
public File ( string outputFileName, string contentType, byte data ) : System
outputFileName string The name of the file.
contentType string Type of the content.
data byte The data of the file.
리턴 System

Process() 공개 메소드

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