Control.ValidateRequestMode Property
.NET Framework (current version)
Gets or sets a value that indicates whether the control checks client input from the browser for potentially dangerous values.
Assembly: System.Web (in System.Web.dll)
abstract ValidateRequestMode : ValidateRequestMode with get, set override ValidateRequestMode : ValidateRequestMode with get, set
Property Value
Type: System.Web.UI.ValidateRequestModeA value that determines whether the control checks client input. Values can include ValidateRequestMode.Disabled, ValidateRequestMode.Enabled, and ValidateRequestMode.Inherit. The default is ValidateRequestMode.Inherit, which means that the control gets the value from its parent.
For more information about request validation, see UnvalidatedRequestValues.
.NET Framework
Available since 4.5
Available since 4.5
Show: