If put the below text in inline tags in my view it work no problems with intellisense showing the strong typed extension method, however if i move the method to the code behind the strong typed methods don't exist.
Html.ActionLink<Story>(c => c.Tag(encodedTag, 1))
Does any body know why this would be the case? I would rather not have huge methods in my views and move them to the code behind.
Cheers.
Adam