Back to Devexpress

WebDocumentViewerSettings.DisableHttpHandlerValidation Property

aspnetmvc-devexpress-dot-web-dot-mvc-dot-webdocumentviewersettings-f85f6a60.md

latest1.4 KB
Original Source

WebDocumentViewerSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the HttpHandler validation.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public bool DisableHttpHandlerValidation { get; set; }
vb
Public Property DisableHttpHandlerValidation As Boolean

Property Value

TypeDescription
Boolean

true , to disable the validation; otherwise, false.

|

Remarks

See Registering ASPxHttpHandlerModule for Reporting Controls for more information.

See Also

WebDocumentViewerSettings Class

WebDocumentViewerSettings Members

DevExpress.Web.Mvc Namespace