Contents tagged with MVC
-
ASP.NET MVC Controller extensions
In the course of preparing a soon-to-come showcase on ASP.NET MVC I needed to redirect a controller method to another controller's. I found this post by Matt hawley that got me started but I had to fix a bug. Since I had already created my own extension methods to allow sending a file as attachment, I took the liberty of repackaging Matt's code and mine into a single class.