ASP.NET MVC ActionLink renders erroneously
SO community I have the following issue: If i render an ActionLink like this: @Html.ActionLink(titleText, Title.Href.TargetAction, Title.Href.TargetController, Title.Href.TargetRouteValues, null) the rendered element is: <a href="/eagle/Intervention/Edit_Inv?ID_INV=53165"> 19/ 2013</a> but if i add an object as HTMLAttributes like this: @Html.ActionLink(titleText, Title.Href.TargetAction, Title.Href.TargetController, Title.Href.TargetRouteValues, new {target="_blank"}) i get the following markup: <a href="/eagle/Intervention/Edit_Inv?Count=1&Keys=System.Collections.Generic.Dictionary%602