QueryBuilderSettings.DisableHttpHandlerValidation Property
Specifies whether to disable the HttpHandler validation.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true, to disable the validation; otherwise, false. |
Remarks
The DisableHttpHandlerValidation property allows you to disable the validation of the corresponding ASPxHttpHandlerModule‘s registration (DXQB.axd).
See Also