Controlling what happens when parameter binding an Enum fails

后端 未结 0 715
抹茶落季
抹茶落季 2021-01-18 06:57

If we have an API method such as the following:

[Route("api/v1/things/{Type}")]
[HttpGet]
public object Get(ThingType Type) {
  ...
}
public enum Th         


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