Try to write something like:
@(Html.ActionLink("Title", "action", new { id=1 }, new { @class = "myCssClass" }));
There is a good post about Razor related to your problem:
ScottGu Blog
Try to write something like:
@(Html.ActionLink("Title", "action", new { id=1 }, new { @class = "myCssClass" }));
There is a good post about Razor related to your problem:
ScottGu Blog