<%= Html.ActionLink("herby", "ViewList", "View")%>
I am getting
The call is ambiguous between the following methods or properties:
'System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper, string, string, string)' and
'System.Web.Mvc.Html.LinkExtensions.ActionLink(System.Web.Mvc.HtmlHelper, string, string, string)'
however - though it compiles
No comments:
Post a Comment