Base solution for your next web application
Open Closed

EntityDto<int> input and HttpGet #7806


User avatar
0
antonis created

Hi,

How does an angular http get request with querystring gets translated into EntityDto<int>?

Thanks in advance


4 Answer(s)
  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @antonis

    It is done by AspNet Core's model binding. Do you need to change anything related to that ?

  • User Avatar
    0
    antonis created

    Where exactly is this done?

    Thanks

  • User Avatar
    0
    ryancyq created
    Support Team

    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

  • User Avatar
    0
    ismcagdas created
    Support Team

    This issue is closed because it has not had recent activity for a long time.