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