Skip to main content
Tab

ASPxWebClientUIControl.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public bool DisableHttpHandlerValidation { get; set; }

#Property Value

Type Description
Boolean

true, to disable the validation; otherwise, false.

See Also