Skip to main content

ReportDesignerApiControllerBase.DefaultControllerUri Field

Specifies the default controller URI.

Namespace: DevExpress.Web.Mvc.Controllers

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

Declaration

public const string DefaultControllerUri = "/ReportDesignerApi/Invoke"

Field Value

Type Description
String

The “/ReportDesignerApi/Invoke” value.

See Also