VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Shared Namespace / WebServiceHandlerJS type / WebServiceHandlerJS Constructor(string)
Синтаксис Совместимость с браузерами Смотрите также
В этом разделе
    WebServiceHandlerJS Constructor(string)
    В этом разделе
    Initializes a new instance of the WebServiceHandlerJS class.
    Синтаксис
    // Parameters
    var serviceRoute; // Type: string
    
    var instance = new Vintasoft.Shared.WebServiceHandlerJS(serviceRoute);
    
    
    function WebServiceHandlerJS(
    serviceRoute
    Маршрут к обработчику HTTP, например "Handlers/VintasoftImageHandler1.ashx".
    : string
    ) : WebServiceHandlerJS;

    Parameters

    serviceRoute
    Маршрут к обработчику HTTP, например "Handlers/VintasoftImageHandler1.ashx".
    Смотрите также