Is there a way to handle form post data in a Web Api controller?

前端 未结 5 1029
清歌不尽
清歌不尽 2020-12-03 01:13

In ASP.NET MVC , one can access the form post data:

var thisData = Request.Form[\"this.data\"];

Is it possible to achieve the

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