There is a strictly typed TestView view. The view model class contains an ID and a few more properties. Up to the transfer of the ViewModel to the presentation, the ID has one value (5 for example), but as a result, a field with a different value (10) is generated. I can not understand what's wrong.
Best Practices
for ASP.NET MVC, I read something like the following:> Use HTML where possible — Specter