相对客户端 url 到 http url
我有一个模型类的属性,其中包含文件的相对 URL。
~/_docs/folder/folder/document.pdf
在视图中,我如何将其转换为超链接以下载文件本身?
谢谢
I have a property of a model class that contains a relative url to a file.
~/_docs/folder/folder/document.pdf
How I can, in the view, transform it to an hyperlink to download the file itself?
thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
或者为了使其更优雅并避免意大利面条式代码,您可以编写一个自定义 html 帮助器:
然后:
Or to make this more elegant and avoid the spaghetti code you could write a custom html helper:
and then: