WebDocumentViewerApiController Class
In This Article
OBSOLETE
Use the Web
Obsolete. Use the WebDocumentViewerApiControllerBase class instead.
Namespace: DevExpress.Web.Mvc.Controllers
Assembly: DevExpress.Web.Mvc5.v24.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
If you use the MVCxWebDocumentViewer or MVCxReportDesigner controls in an application configured to work with controllers instead of default HTTP handlers, you should explicitly implement the WebDocumentViewerApiControllerBase descendant in the application.
For more information, review the following document: Breaking Change T1033022.
#Implements
#Inheritance
Object
ControllerBase
Controller
WebDocumentViewerApiController
See Also