asp.net - enableEventValidation and validateRequest difference -
What is the difference between EnableEventValidation and validateRequest? Although the past is on postback / callback due to a control (server side only I think? Please advise), is later on every request, which is in any way due to posting back? Or a standard HTML link will be confirmed by clicking?
Thanks
according to MSDN
< / Html> Definition of EnableEventValidation: "Indicates whether or not the page backback and callback validates the event."
Definition of ValidateRequest: "Goes or sets a value that determines the input from the browser for ASP.Net Networks."
Comments
Post a Comment