I have a problem with MVC3
I\'m trying to use @Html.ActionLink() to generate a Link for titles in my blog project.
@Html.ActionLink()
Using constant strings in
"Consider casting the dynamic arguments or calling the extension method without the extension method syntax."
Posts.Title doesn't have a type (hence dynamic argument).
Just cast it via (string)Posts.Title.