Post data to the WebApi which its parameter is not complex object using Httpclient

后端 未结 0 1144
不知归路
不知归路 2021-01-21 17:38

This is my webapi post request

    [HttpPost]
    [Route("Create/{id}")]
    public async Task CreateContact(Guid id, string email,         


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