When using MapGet within app.UseEndpoints how can I map data from my querystring to a model?

后端 未结 0 1834
北海茫月
北海茫月 2020-11-30 01:38

In a regular controller you can add the attribute [FromQuery] in front of a a parameter to let mvc know that you want to map the querystring to this object. But

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