Skip to main content

QueryBuilderSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace: DevExpress.Web.Mvc

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

NuGet Package: DevExpress.Web.Mvc5

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