J'ai un problème avec MVC3
Je suis en train d'utiliser @Html.ActionLink()
de générer un Lien pour les titres dans mon projet de blog.
À l'aide de chaînes constantes en ActionLink
fonctionne dandy, mais si j'utilise Posts.Title
(le Titre du Poste actuel modèle de boucle), j'ai cette exception:
CS1973: 'System.Web.Mvc.HtmlHelper<dynamic>' has no applicable method
named 'ActionLink' but appears to have an extension method by that name.
Extension methods cannot be dynamically dispatched. Consider casting
the dynamic arguments or calling the extension method without the
extension method syntax.