Parameter Binding in ASP.NET Web API | The ASP.NET Site
經安全檢測,此網站為安全網站,請放心前往原始網址!
Parameter Binding in ASP.NET Web API | The ASP.NET Site
11 Jul 2013 ... public HttpResponseMessage Post([FromBody] string name) { ... } In this example
, Web API will use a media-type formatter to read the value of ...