Web API Core | ComponentOne
C1.Web.Api.BarCode Namespace / BarCodeController Class / GetByJson Method
The json text contains setting of barcode

In This Topic
    GetByJson Method
    In This Topic
    Gets the barcode image according to the specified request.
    Syntax
    'Declaration
     
    
    <HttpGetAttribute("api/barcode/{setting}")>
    Public Overridable Function GetByJson( _
       ByVal setting As String _
    ) As IActionResult
    [HttpGet("api/barcode/{setting}")]
    public virtual IActionResult GetByJson( 
       string setting
    )

    Parameters

    setting
    The json text contains setting of barcode

    Return Value

    The barcode image
    See Also