Questions tagged as 'html-helpers'

1
answer

Error creating a condition in the Html.Raw of the WebGrid

I'm trying to put a condition on a WebGrid line and the following error occurs: Cannot convert lambda expression to type 'string' because it is not delegate type EventhoughI'mbasingmyselfonthispost# with credits from MeAjudaSilvio I...
asked by 14.06.2017 / 05:51
1
answer

HTML Helpers vs. Markup Helper

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