In ASP.NET Core, can you bind dictionary values?
I saw in this related question in a more recent answer (not the one marked correct) it states:
In ASP.NET MVC 4, the default model binder will bind dictionaries using the typical dictionary indexer syntax property[key].
Is this also true for ASP.NET Core MVC (and/or Razor Pages)?