C# Class Guidelines.WebUI.ActionResults.DownloadResult

Inheritance: System.Web.Mvc.FilePathResult
Afficher le fichier Open project: basicdays/Guidelines

Méthodes publiques

Méthode Description
DownloadResult ( string filePath ) : System.IO
DownloadResult ( string filePath, string fileName ) : System.IO

Private Methods

Méthode Description
GetMimeType ( string fileName ) : string

Method Details

DownloadResult() public méthode

public DownloadResult ( string filePath ) : System.IO
filePath string
Résultat System.IO

DownloadResult() public méthode

public DownloadResult ( string filePath, string fileName ) : System.IO
filePath string
fileName string
Résultat System.IO