I\'m trying to change the emitted name of the html input created by @Html.HiddenFor.
@Html.HiddenFor
The code I\'m using this:
@Html.HiddenFor(e => e
never worked for me (aspnet.core)
I used plain
and worked like a charm. No need for HtmlHelper HiddenForModel.