please help,
<%= Html.ActionLink("Edit", "Edit", New With {.id = item.good_id},DBNull.Value,new With { @title="Edit", @rel="gb_page[500, 500]"})%>
I want to add html attributes in my actionlink, but it doesnt work with these error: Expression Expected
thank you