Tag: model binding

  • Some Model Properties Not Binding in ASP.NET MVC Core

    Some Model Properties Not Binding in ASP.NET MVC Core

    [TL/DR? – skip to the bottom] I ran into a problem with an ASP.NET MVC Core app today and it took me a while to figure it out. Here’s the problem: on an extremely simple and straightforward form, I couldn’t get a field in my model to POST back to the server. Every time that…