0
antonis created
Hi,
How does an angular http get request with querystring gets translated into EntityDto<int>?
Thanks in advance
4 Answer(s)
-
0
Hi @antonis
It is done by AspNet Core's model binding. Do you need to change anything related to that ?
-
0
Where exactly is this done?
Thanks
-
0
Hi, for Dto binding, you can refer to asp net core documentation on complex type model binding.
https://docs.microsoft.com/en-us/aspnet/core/mvc/models/model-binding?view=aspnetcore-3.0#complex-types
-
0
This issue is closed because it has not had recent activity for a long time.