[]
        
(Showing Draft Content)

C1.Web.Api.Excel.ExcelController.Get

Get Method

Get(ExcelRequest)

Gets the result containing the requested excel according to the specified request.

Declaration
[HttpGet]
[Route("api/excel")]
public virtual IActionResult Get(ExcelRequest re)
<HttpGet>
<Route("api/excel")>
Public Overridable Function [Get](re As ExcelRequest) As IActionResult
Parameters
Type Name Description
ExcelRequest re

The request

Returns
Type Description
IActionResult

The result containing the requested excel

Get()

Declaration
[HttpGet("api/excel/test")]
public ActionResult<string> Get()
<HttpGet("api/excel/test")>
Public Function [Get]() As ActionResult(Of String)
Returns
Type Description
ActionResult<string>