带破折号的 MVC2 URL
我有一个名为 DataGrowth.aspx 的视图(页面),如何在浏览器中显示它,如下所示:
http:// /localhost/Solutions/Data-Growth/
尝试使用 ASP.Net MVC2 执行此操作,
谢谢
I have a view (page) called DataGrowth.aspx, how can I display it in the browser like so:
http://localhost/Solutions/Data-Growth/
Trying to do this with ASP.Net MVC2
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
添加一个
您向控制器操作 属性。
然后,您可以选择将视图重命名为 Data-Growth.aspx 或简单地将返回语句修改为
You add an
attribute to the Controller Action.
You can then choose to rename your View to Data-Growth.aspx or simply modify your return statement to