C# 클래스 GeositeFramework.Controllers.DownloadController

상속: Controller
파일 보기 프로젝트 열기: CoastalResilienceNetwork/GeositeFramework

공개 메소드들

메소드 설명
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.

비공개 메소드들

메소드 설명
GetParameters ( System.Web.HttpRequestBase request ) : DownloadInfo

메소드 상세

Csv() 공개 메소드

Echos a JSON Array of Arrays as a CSV
public Csv ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

Text() 공개 메소드

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
리턴 System.Web.Mvc.ActionResult