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

QueryBuilderSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool DisableHttpHandlerValidation { get; set; }

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