ASP.NET MVC 和 WCF Web API 使用相同的路由模块吗?
ASP.NET MVC 和 WCF Web API 是否使用相同的路由模块将传入请求路由到特定的类方法?
Does ASP.NET MVC and WCF Web API use the same routing module for routing incoming requests to particular class methods?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,WCF Web API 使用 ASP.NET 路由引擎(顺便说一下,它不是特定于 ASP.NET MVC,它也可以在经典 Web 表单应用程序中使用)。
Yes, the WCF Web API uses the ASP.NET routing engine (which by the way is not specific to ASP.NET MVC, it could be used in classic web forms applications as well).