【发布时间】:2011-08-17 08:37:09
【问题描述】:
写作
@Url.Content("~/Something/Something.html")
在剃须刀渲染中
/AppFolder/Something/Something.html
有没有一种方法可以呈现完整的 URL,例如 http://www.something.com/AppFolder/Something/Something.html,而不需要恶意攻击? (比如将协议和域存储在AppConfig 中,并将字符串连接到它)
有没有类似@Url.FullPath("~/asdf/asdf") 或类似的助手?
【问题讨论】:
-
你找到答案了吗?我正在寻找同样的东西!任何帮助表示赞赏。
-
在 Mono 中使用 Url.Action 有什么建议吗? stackoverflow.com/questions/30497900/…
标签: asp.net urlhelper asp.net-mvc-3