Web API Core | ComponentOne
C1.Web.Api.Excel Namespace / ExcelController Class / Get Method / Get() Method

In This Topic
    Get() Method
    In This Topic
    Syntax
    'Declaration
     
    
    <HttpGetAttribute("api/excel/test")>
    Public Overloads Function Get() As ActionResult(Of String)
    [HttpGet("api/excel/test")]
    public ActionResult<string> Get()
    See Also