How do I get to return an image from an MVC controller and at the same time take advantages of the CDN? public ActionResult Thumb(int id) { //process var file = ...
確定! 回上一頁