ASP.NET MVC3 Razor Href Error
For some reason this line of code.
<a href="/API/@Html.DisplayFor(modelItem => item.site_url)">@Html.DisplayFor(modelItem => item.api_name)</a> throws an error.
Compiler Error Message: CS1963: An expression tree may not contain a dynamic operation Web search did not help, I can not understand what is wrong with the code.
The page is not very typed.
+4
2 answers