C# .NET MVC - Swagger throws an exception when a custom verb is used

后端 未结 0 1218
有刺的猬
有刺的猬 2020-12-04 01:08

Dead simple problem:

My controller code:

       [AcceptVerbs("VALIDATE","PUT")]
        public ObjectResult Validate(BookingState i         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题