Correct, idiomatic way to use custom editor templates with IEnumerable models in ASP.NET MVC

After discussion with Erik Funkenbusch, which led to looking into the MVC source code, it would appear there are two nicer (correct and idiomatic?) ways to do it. Both involve providing correct html name prefix to the helper, and generate HTML identical to the output of the default EditorFor. I’ll just leave it here for … Read more