ReportDesignerSettings.DisableHttpHandlerValidation Property
In This Article
Specifies whether to disable the HttpHandler validation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.dll
NuGet Package: DevExpress.Web.Mvc5
#Declaration
#Property Value
Type | Description |
---|---|
Boolean | true, to disable the validation; otherwise, false. |
#Remarks
See Registering ASPxHttpHandlerModule for Reporting Controls for more information.
See Also