1 write to ValidateInput
System.Web (1)
UI\WebControls\CookieParameter.cs (1)
61ValidateInput = original.ValidateInput;
3 references to ValidateInput
System.Web (3)
UI\WebControls\CookieParameter.cs (3)
61ValidateInput = original.ValidateInput; 106HttpCookieCollection cookieCollection = ValidateInput ? context.Request.Cookies : context.Request.Unvalidated.Cookies; 130if (ValidateInput != value) {