How to use ValidateInput action filter in ASP.NET MVC?
Action filters are very powerful as it allows you to intercept the action’s requesting, requested and result’s executing, executed methods to perform some custom processing that your application needs. This...