C# Class Serenity.Web.ExcelContentResult

Exibir arquivo Open project: volkanceylan/Serenity

Public Methods

Method Description
Create ( byte data ) : FileContentResult
Create ( byte data, string downloadName ) : FileContentResult

Method Details

Create() public static method

public static Create ( byte data ) : FileContentResult
data byte
return FileContentResult

Create() public static method

public static Create ( byte data, string downloadName ) : FileContentResult
data byte
downloadName string
return FileContentResult