Skip to main content
A newer version of this page is available. .

WebDocumentViewerApiController Class

OBSOLETE

Use the WebDocumentViewerApiControllerBase class instead. Review the following document for more information: https://go.devexpress.com/Reporting_BC1033022.aspx

A controller that processes HTTP requests from the Web Document Viewer.

Namespace: DevExpress.Web.Mvc.Controllers

Assembly: DevExpress.Web.Mvc5.v20.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

[Obsolete("Use the WebDocumentViewerApiControllerBase class instead. Review the following document for more information: https://go.devexpress.com/Reporting_BC1033022.aspx", true)]
public class WebDocumentViewerApiController :
    Controller

Remarks

For an example of using this controller, see the following documents:

The following code snippets (auto-collected from DevExpress Examples) contain references to the WebDocumentViewerApiController class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

Object
ControllerBase
Controller
WebDocumentViewerApiController
See Also