Hey i'm currently workin on a project that has implemented angularjs, i was wondering if there is a way around to use angular value in Html Helper?
This is what I can't get to work:
@Html.ActionLink("Edit", "Edit", new { id = {{row.Id}} })
How do you use the value in razor syntax?
See Question&Answers more detail:os