Web API Edition | ComponentOne
C1.Web.Api.Excel Namespace / ExcelController Class / Get Method
The request

In This Topic
    Get Method (ExcelController)
    In This Topic
    Gets the result containing the requested excel according to the specified request.
    Syntax
    'Declaration
     
    
    <HttpGetAttribute()>
    <RouteAttribute("api/excel")>
    Public Overridable Function Get( _
       ByVal re As ExcelRequest _
    ) As IHttpActionResult
    [HttpGet()]
    [Route("api/excel")]
    public virtual IHttpActionResult Get( 
       ExcelRequest re
    )

    Parameters

    re
    The request

    Return Value

    The result containing the requested excel
    See Also