メインメニューを開く

差分

ActionResult クラス (System.Web.Mvc)

49 バイト追加, 2012年3月15日 (木) 05:02
public ImageFormat ImageFormat { get; set; }
private readonly Dictionary<ImageFormat, string> ContentTypes = new Dictionary<ImageFormat, string>() { {ImageFormat.Bmp , "image/bmp"}, {ImageFormat.Gif , "image/gif"}, {ImageFormat.Icon, "image/vnd.microsoft.icon"}, {ImageFormat.Jpeg, "image/jpeg"}, {ImageFormat.Png , "image/png"}, {ImageFormat.Tiff, "image/tiff"}, {ImageFormat.Wmf , "image/wmf"}, };
public override void ExecuteResult(ControllerContext context)
匿名利用者