VintaSoft Barcode .NET SDK 15.0: Документация для Веб разработчика
Vintasoft.Barcode.Web.Api2Controllers Namespace / VintasoftBarcodeApi2Controller Class
Конструкторы Свойства Методы Смотрите также
В этом разделе
    Члены типа VintasoftBarcodeApi2Controller Class
    В этом разделе
    В следующих таблицах перечислены элементы, предоставляемые VintasoftBarcodeApi2Controller.
    Публичные Конструкторы
     ИмяОписание
    Public ConstructorИнициализирует новый экземпляр класса VintasoftBarcodeApi2Controller.
    Публичные Свойства
     ИмяОписание
    Public PropertyGets the action context. (Наследуется от System.Web.Http.ApiController)
    Public PropertyGets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Наследуется от System.Web.Http.ApiController)
    Public PropertyGets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Наследуется от System.Web.Http.ApiController)
    Public PropertyВозвращает или задает значение, указывающее, может ли ASP.NET API контроллер работать, если идентификатор HTTP сеанса не определен.
    Public PropertyGets the model state after the model binding process. (Наследуется от System.Web.Http.ApiController)
    Public PropertyGets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Наследуется от System.Web.Http.ApiController)
    Public PropertyGets the request context. (Наследуется от System.Web.Http.ApiController)
    Public PropertyGets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Наследуется от System.Web.Http.ApiController)
    Public PropertyReturns the current principal associated with this request. (Наследуется от System.Web.Http.ApiController)
    Публичные Методы
     ИмяОписание
    Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Наследуется от System.Web.Http.ApiController)
    Public MethodExecutes asynchronously a single HTTP operation. (Наследуется от System.Web.Http.ApiController)
    Public MethodГенерирует изображение штрих-кода и возвращает изображение штрих-кода в виде Base64-строки.
    Public MethodРаспознает штрих-коды в веб изображении.
    Public MethodРаспознает штрих-коды в веб изображении, которое представлено Base64-строкой.
    Public MethodOverloaded. Validates the given entity and adds the validation errors to the model state under the empty prefix, if any. (Наследуется от System.Web.Http.ApiController)
    Защищенные Методы
     ИмяОписание
    Protected MethodСоздает хранилище данных для текущего сеанса.
    Protected MethodСоздает VintasoftBarcodeWebService, который обрабатывает HTTP запросы от клиентов и позволяет распознавать и генерировать штрих-коды.
    Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Наследуется от System.Web.Http.ApiController)
    Смотрите также