Community

Custom Action Filter in ASP.NET MVC

(Mahesh Sabnis) In MVC, filters play a very important role. Filters are used to inject an extra logic into the MVC request processing. Typically in an MVC application, we make use of filters to define logic which is used to apply add-on functionality to the application e.g. defining authorization, c

Read More - Register for Free Membership