grafic.web 0 Newbie Poster

Hi, i would love to put the tag <span></span> inside my link, this is my link :

@Html.RouteLink(menu.MenuName, "MagazineRoute", new { controller = "Magazine", menuid = menu.MenuId, menuname = menu.MenuName })

and this is how it should be :

<a href='#'><span>Link text</span></a>

I have to put the span tag inside the @Html.RouteLink but i don't know how to do