关于ASP.NET MVC路由的问题
我有一些操作 SomethingEditor、SomethingDelete、SomethingSave、SomethingAdd,我想设置这些路由:site/Something/Editor、site/Something/Delete、site/Something/Save 等
我该怎么做?
I have actions SomethingEditor, SomethingDelete, SomethingSave, SomethingAdd and i want set these routing: site/Something/Editor, site/Something/Delete, site/Something/Save etc
How i can do it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
使用以下路线:
更新:
我强烈建议通过以下路线为每个实体使用单独的控制器:
Using the following routes:
UPDATE:
I strongly recommend using a seperate controller for each entity with the following route: