VintaSoft Barcode .NET SDK 15.1: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceControllerJS type / WebServiceControllerJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
    WebServiceControllerJS Constructor(string)
    Initializes a new instance of the WebServiceControllerJS class.
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceControllerJS(serviceRoute);
    
    

    Parameters

    serviceRoute
    Route to the web API controller or HTTP handler, for example "/vintasoft/api/VintasoftImageApi/".
    Browser Compatibility
    9
    5
    11
    5
    See Also