My view is divided into partial views. Hence, at the time of submission my model isn\'t reconstructed correctly.
The page view displays employee data, where Employe
If you only need this once this would be the quick solution for the _contactInfo partial view
employee.cshtml
@{ var viewData = new ViewDataDictionary(ViewData); viewData.TemplateInfo.HtmlFieldPrefix = "ContactInfo"; }