gpt4 book ai didi

c# - 在浏览器中打开 .mht/.mhtml 文件

转载 作者:太空宇宙 更新时间:2023-11-03 15:20:27 31 4
gpt4 key购买 nike

我有一个“.mht”文件,我需要在浏览器中打开它,例如 View 或类似的东西。在我的 Controller 中,我返回一个带有 contentType 的 FilePathResult。但是,当我键入 URL 时,文件会作为未知类型的文件下载。

public ActionResult Manual()
{
return new FilePathResult("../Content/html/Manual.mhtml", "message/rfc822");
}

我尝试使用 return File 而不是 return new FilePathResult 但结果相同。

感谢您的帮助。

最佳答案

为此,您需要使用 Iframe。并应将其保存为 mht 文件。

<p>
<strong>
<iframe align="middle" src="\\sharepoint.company\file.mht" width="100%" height="150%" scrolling="no" ></iframe>
</strong>
</p>

关于c# - 在浏览器中打开 .mht/.mhtml 文件,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/37597139/

31 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com