Here Mudassar Ahmed Khan has explained a simple tutorial on what is the ValidateInput(false) attribute in ASP.Net MVC, what is its use and also examples explaining its usage.
ValidateInput(false) attribute is used to allow sending HTML content or codes to server which by default is disabled by ASP.Net MVC to avoid XSS (Cross Site Scripting) attacks.
↧