In an article titled Inegrating jQueryUI with MVC is this code snippet:
<li><%= Html.ActionLink("Home", "Index", "Home",
new { title="Home Page" }, null)%></li>
I think the article pre-dates MVC2 release and that might be why i get a syntax errors at the opening brace:
Type or 'With' expected.
thx