QueryStringParameter::ValidateInput Property
.NET Framework (current version)
Gets or sets whether the value of the query string parameter is being validated or not.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System::Booleantrue if the value of the query parameter is being validated; otherwise, false.
If the page property SkipFormActionValidation is set to true, and the ValidateInput property is set to false, the query string parameter will not be validated. However, if the page property SkipFormActionValidation is set to true, and the ValidateInput property is set to true, the query string parameter will be validated. If the page property SkipFormActionValidation is set to false, the query string parameter will be validated regardless of whether the ValidateInput property is set to true or false.
.NET Framework
Available since 4.5
Available since 4.5
Show: