Adding headers in ASP.NET MVC 3

后端 未结 2 1887
[愿得一人]
[愿得一人] 2020-12-17 16:45

I have a basic ASP.NET MVC 3 app. I have a basic action that looks like the following:

[AcceptVerbs(HttpVerbs.Post)]
public ActionResult AddItem(string id, s         


        
2条回答
提交回复
热议问题