Model properties not set when returning to the controller for post
问题 I'm going blind staring at this. When I click save on the view, the model being sent to the save method of the controller has no values set, they're all default values. What am I missing? I'm actually using the exact same technique from another project... The data is populated just fine in my view, I can edit it and click save, the code enters the SetSiteTerms method in the controller but has none of the data from the view. :-( I know this is something simple and dumb but I just can't see it