Hide

Dokumentation zum YetaWF.Core-Paket

Display
Print

YetaWF.Core.Controllers.CSVResult<TYPE> Constructor

Constructor.

Class: YetaWF.Core.Controllers.CSVResult<TYPE>
Namespace: YetaWF.Core.Controllers
Assembly: YetaWF.Core

Syntax

public CSVResult(
    DataProviderGetRecords<TYPE> data,
    string fileName,
    long cookieToReturn );

Parameters

data

The data to return as a CSV file.

fileName

The name of the CSV file.

cookieToReturn

The cookie to return, indicating that the file has been downloaded. Works in conjunction with client-side code in basics.js.

See Also YetaWF.Core.Controllers.CSVResult<TYPE> ClassYetaWF.Core Overview