gpt4 book ai didi

asp.net-mvc - ASP.NET MVC : RenderPartial for a static HTML file

转载 作者:行者123 更新时间:2023-12-04 03:18:07 24 4
gpt4 key购买 nike

我相信这对你们大多数人来说很容易......将静态 HTML(从光盘上的 html 文件)注入(inject) View 的最佳方法是什么?

我想要一些类似的东西:

<%= Html.RenderPartial(pathToMyHtmlFile) %>

最佳答案

来自 Response 对象的 WriteFile 可能会执行您想要的操作:

<% Response.WriteFile(pathToMyHtmlFile); %>

关于asp.net-mvc - ASP.NET MVC : RenderPartial for a static HTML file,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/1196379/

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