Back to Devexpress

UploadControlValidationSettings.DisableHttpHandlerValidation Property

aspnet-devexpress-dot-web-dot-uploadcontrolvalidationsettings.md

latest2.9 KB
Original Source

UploadControlValidationSettings.DisableHttpHandlerValidation Property

Specifies whether to disable the ASPxUploadProgressHttpHandler validation.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
[DefaultValue(false)]
public bool DisableHttpHandlerValidation { get; set; }
vb
<DefaultValue(False)>
Public Property DisableHttpHandlerValidation As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true, to disable the validation; otherwise, false.

|

Property Paths

You can access this nested property as listed below:

LibraryObject TypePath to DisableHttpHandlerValidation
ASP.NET MVC ExtensionsUploadControlBinderSettings

.ValidationSettings .DisableHttpHandlerValidation

| | UploadControlSettings |

.ValidationSettings .DisableHttpHandlerValidation

| | ASP.NET Web Forms Controls | ASPxUploadControl |

.ValidationSettings .DisableHttpHandlerValidation

|

Remarks

In some configurations, it’s impossible to automatically validate the ASPxUploadProgressHttpHandler, for example, if the handler is registered inside the <location> section and the InheritInChildApplications property is set to false. In this case, to validate the handler manually, disable the automatic validation option by setting the DisableHttpHandlerValidation property to false.

aspx
<dx:ASPxUploadControl ...>
    <ValidationSettings DisableHttpHandlerValidation="true" />
</dx:ASPxUploadControl>

See Also

UploadControlValidationSettings Class

UploadControlValidationSettings Members

DevExpress.Web Namespace