does anyone know of any documentation for Webmatrix and ImageResizer? i think it would be so useful for newbie developers? I've had a look through all the documentation, and i see that there is support for webforms and MVC, but nothing for ASP.NET web pages?

有帮助吗?

解决方案

  1. In WebMatrix, click the blue "NuGet" button.
  2. Search for ImageResizer.MvcWebConfig and click install.
  3. Open the browser, and visit /resizer.debug.ashx If there are any issues, follow the guidance.
  4. Add an image file to your project and resize it from your browser by adding a querystring like ?width=200
许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top