0
kicks
ASP.NET MVC – Image Controller & Thumbnail Action
If you need to resize an image or create a thumbnail on the fly there are number of ways to do so in ASP.NET MVC. After a quick scout around on Google I decided to create some reusable code. I needed three main classes to get this up and running - ImageController, ThumbnailResult and some html helpers to generate the mark-up for the view.