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

WebDocumentViewerApiControllerBase.DefaultControllerUri Field

Specifies the default controller URI.

Namespace: DevExpress.Web.Mvc.Controllers

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

Declaration

public const string DefaultControllerUri = "/WebDocumentViewerApi/Invoke"

Field Value

Type Description
String

The “/WebDocumentViewerApi/Invoke” value.

See Also