1 write to ValidateInput
System.Web (1)
UI\WebControls\QueryStringParameter.cs (1)
62ValidateInput = original.ValidateInput;
3 references to ValidateInput
System.Web (3)
UI\WebControls\QueryStringParameter.cs (3)
62ValidateInput = original.ValidateInput; 107NameValueCollection queryStringCollection = ValidateInput ? context.Request.QueryString : context.Request.Unvalidated.QueryString; 127if (ValidateInput != value) {