web-api POST body object always null

前端 未结 26 2973
余生分开走
余生分开走 2020-11-27 15:03

I\'m still learning web API, so pardon me if my question sounds stupid.

I have this in my StudentController:

public HttpResponseMessage          


        
26条回答
  •  隐瞒了意图╮
    2020-11-27 15:17

    Just one more thing to look at... my model was marked as [Serializable] and that was causing the failure.

提交回复
热议问题