Matching FromRoute and FromQuery in same url

前端 未结 0 1554
心在旅途
心在旅途 2020-12-15 05:49

I have a method signature that looks like:

[HttpPut("{id}")]

public async Task UpdateThing(Guid id, [FromBody] Thing thing, [F         


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