Is it possible to implement X-HTTP-Method-Override in ASP.NET MVC?

后端 未结 8 1773
遥遥无期
遥遥无期 2020-12-18 08:02

I\'m implementing a prototype of a RESTful API using ASP.NET MVC and apart from the odd bug here and there I\'ve achieve all the requirements I set out at the start, apart f

8条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-18 08:45

    Have you looked at Simply Restful Routing? It already does this.

    Edited Feb 2010 to add: Method overrides are built into MVC 2.

提交回复
热议问题