C# 클래스 Guidelines.WebUI.ActionResults.DownloadResult

상속: System.Web.Mvc.FilePathResult
파일 보기 프로젝트 열기: basicdays/Guidelines

공개 메소드들

메소드 설명
DownloadResult ( string filePath ) : System.IO
DownloadResult ( string filePath, string fileName ) : System.IO

비공개 메소드들

메소드 설명
GetMimeType ( string fileName ) : string

메소드 상세

DownloadResult() 공개 메소드

public DownloadResult ( string filePath ) : System.IO
filePath string
리턴 System.IO

DownloadResult() 공개 메소드

public DownloadResult ( string filePath, string fileName ) : System.IO
filePath string
fileName string
리턴 System.IO