HTML and tagging helpers seem to be able to perform the same functions, like this example I found in Microsoft documentation :
HTML Help
@using (Html.BeginForm("Register", "Account", FormMethod.Post, new { @class = "form-horizo" }))
{...
asked by
23.01.2018 / 23:40