HtmlHelper does not contain definition for "Action"

Posted by ognjenb on Stack Overflow See other posts from Stack Overflow or by ognjenb
Published on 2010-05-17T08:07:22Z Indexed on 2010/05/17 8:10 UTC
Read the original article Hit count: 271

Filed under:
|

I use <%= Html.Action("ReadXML") %> and have this error:

'System.Web.Mvc.HtmlHelper' does not contain a definition for 'Action' and no extension method 'Action' accepting a first argument of type 'System.Web.Mvc.HtmlHelper' could be found (are you missing a using directive or an assembly reference?)

How fix it

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-mvc