gpt4 book ai didi

asp.net - 在 ASP.NET MVC 3 中解码 HTML

转载 作者:行者123 更新时间:2023-12-04 00:06:16 25 4
gpt4 key购买 nike

@在 asp.net mvc 3 preview 1 中自动编码 html,有没有其他方法可以让 html 出现?

想想这个场景:
@view.BestSitesEver.Replace("stackoverflow", "<h1>StackOverflow</h1>")
那只会打印出:<h1>stackoverflow</h1>

最佳答案

你可以用这个

@MvcHtmlString.Create(site.Replace("stackoverflow", "<h1>stackoverflow</h1>"))

这将输出没有编码的html字符串
@(new HtmlString(site.Replace("stackoverflow", "<h1>stackoverflow</h1>")))

和埃里克波特的评论

关于asp.net - 在 ASP.NET MVC 3 中解码 HTML,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3665982/

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