I\'m trying to set id and name for @Html.EditorFor, but this isn\'t working:
id
name
@Html.EditorFor
@H
EditorFor allows to set name and id property (tested with .Net 4.6.1) @Html.EditorFor(m => m.value, null, "Testname1") will generate
@Html.EditorFor(m => m.value, null, "Testname1")