打开资源管理器窗口的 Razor 语法
这里的菜鸟:
我希望在 Razor 中具有可单击的链接,以便在传递适当的路径时在客户端计算机上打开资源管理器窗口。我对语法(和限制)很陌生,但它都是内部的,因此我可以解决任何安全问题(如果相关)。
另外,也欢迎有关(非常)易于安装的免费控件的建议。 :)
Noob here:
I'd like to have clickable link in Razor to open an explorer window on client machine when passed the appropriate path. I'm new to the syntax (and limitations), but it's all internal, so I can resolve any security issues (if relevant).
Alternatively, advice on a (very) easy to install free control is also welcomed. :)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 IE6 中,您应该能够编写
In IE6, you should be able to write
<a href="file://c:\whatever>...</a>
.I don't think that will work on any other browser.