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);
Parameters
- serviceRoute
- Route to the web API controller or HTTP handler, for example "/vintasoft/api/VintasoftImageApi/".
Browser Compatibility
See Also