C# Class GeositeFramework.Controllers.DownloadController

Inheritance: Controller
Afficher le fichier Open project: CoastalResilienceNetwork/GeositeFramework

Méthodes publiques

Méthode Description
Csv ( ) : System.Web.Mvc.ActionResult

Echos a JSON Array of Arrays as a CSV

Text ( ) : System.Web.Mvc.ActionResult

Echo posted text payload as a text file. To be used as an arbitrary structured file downloader for plugins.

Private Methods

Méthode Description
GetParameters ( System.Web.HttpRequestBase request ) : DownloadInfo

Method Details

Csv() public méthode

Echos a JSON Array of Arrays as a CSV
public Csv ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult

Text() public méthode

Echo posted text payload as a text file. To be used as an arbitrary structured file downloader for plugins.
public Text ( ) : System.Web.Mvc.ActionResult
Résultat System.Web.Mvc.ActionResult