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

WebDocumentViewerSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace: DevExpress.Web.Mvc

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

Declaration

public bool DisableHttpHandlerValidation { get; set; }

Property Value

Type Description
Boolean

true, to disable the validation; otherwise, false.

Remarks

See Registering ASPxHttpHandlerModule for Reporting Controls for more information.

See Also