DataControlField::ValidateRequestMode Property
.NET Framework (current version)
Gets or sets a value that specifies whether the control validates client input.
Assembly: System.Web (in System.Web.dll)
public protected: property ValidateRequestMode ValidateRequestMode { virtual ValidateRequestMode get(); virtual void set(ValidateRequestMode value); }
Property Value
Type: System.Web.UI::ValidateRequestModetrue if the control validates client input; otherwise, false.
.NET Framework
Available since 4.5
Available since 4.5
Show: