Page::ValidateRequestMode Property
.NET Framework (current version)
Gets or sets a value that indicates whether the page checks client input from the browser for potentially dangerous values.
Assembly: System.Web (in System.Web.dll)
public: [BrowsableAttribute(false)] property ValidateRequestMode ValidateRequestMode { virtual ValidateRequestMode get() override; virtual void set(ValidateRequestMode value) override; }
Property Value
Type: System.Web.UI::ValidateRequestModeA value that indicates whether the page checks client input. The default is Enabled.
.NET Framework
Available since 4.5
Available since 4.5
Show: