【发布时间】:2012-02-08 18:44:50
【问题描述】:
我有一个 pdf,我通过 GetTestReport 操作在 json 结果中通过流返回:
return this.Json(pdfInBytes);
在我看来:
$.post('@Url.Action("GetTestReport", "Reports")', function(data) {
// What have i put here?
});
如何在整个页面或特定 div 中显示 pdf?
【问题讨论】:
标签: c# jquery asp.net-mvc json pdf