C# Class Project.Web.App.Results.CsvActionResult

Inheritance: System.Web.Mvc.FileResult
ファイルを表示 Open project: tylermercier/mvc_template

Public Methods

Method Description
CsvActionResult ( IList list ) : System.Collections

Protected Methods

Method Description
WriteFile ( System.Web.HttpResponseBase response ) : void

Method Details

CsvActionResult() public method

public CsvActionResult ( IList list ) : System.Collections
list IList
return System.Collections

WriteFile() protected method

protected WriteFile ( System.Web.HttpResponseBase response ) : void
response System.Web.HttpResponseBase
return void