gpt4 book ai didi

asp.net - asp.net mvc-3 中完整 url 的 URL 帮助器

转载 作者:行者123 更新时间:2023-12-03 01:16:33 36 4
gpt4 key购买 nike

写作

@Url.Content("~/Something/Something.html")

在 Razor 渲染中

/AppFolder/Something/Something.html

有没有一种方法可以呈现完整的 URL,如 http://www.something.com/AppFolder/Something/Something.html 而无需进行残酷的黑客攻击? (就像将协议(protocol)和域存储在 AppConfig 中,并将字符串连接到其中)

是否有像 @Url.FullPath("~/asdf/asdf") 或类似的助手?

最佳答案

参见this blog post来寻找答案。

基本上,您所需要做的就是包括协议(protocol)参数,例如

Url.Action("About", "Home", null, "http")

关于asp.net - asp.net mvc-3 中完整 url 的 URL 帮助器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/7089915/

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