VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Shared Namespace / WebServiceControllerJS type / WebServiceControllerJS Constructor(string)
Syntax BrowserCompatibility SeeAlso
In This Topic
    WebServiceControllerJS Constructor(string)
    In This Topic
    Initializes a new instance of the WebServiceControllerJS class.
    Syntax
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceControllerJS(serviceRoute);
    
    
    function WebServiceControllerJS(
    serviceRoute
    Route to the web API controller or HTTP handler, for example "/vintasoft/api/VintasoftImageApi/".
    : string
    ) : WebServiceControllerJS;

    Parameters

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