dotnet / AspNetCore.Docs

Documentation for ASP.NET Core
https://docs.microsoft.com/aspnet/core
Creative Commons Attribution 4.0 International
12.51k stars 25.31k forks source link

Polymorphic model binding limitations #26626

Open tdjastrzebski opened 2 years ago

tdjastrzebski commented 2 years ago

It seems that Polymorphic model binding has critical limitations worth, if not addressing, at least mentioning. Probably complex objects, that is, objects containing other, even non-polymorphic objects are not supported . The problem is described here


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

tdjastrzebski commented 1 year ago

For more details refer to this discussion https://github.com/dotnet/aspnetcore/issues/43095