|
Rank: Member Groups: Registered
Joined: 10/16/2011(UTC) Posts: 27 Location: Athens, Greece
|
I need to produce include HTML within the LinkText.
If I do this for example: @Html.FrontHtml().PageLink(item.LinkText + "<span>read more</span>", item.FullName,null,new {title=item.Title})
the span tag is html escaped.
Is there a way to build the a tag on my own?
|