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

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."

< / Html>

Comments

Popular posts from this blog

php - multilevel menu with multilevel array -

.net - C# List<T>.Find(x=>x.Rectangle.Contains(Point)) FAIL -

objective c - iPhone and it's wireless area -