I would like to render a list of HTML links in ASP.NET MVC. Note that the links are absolute and external to the website being designed. The following code
To avoid Html encoding use @Html.Raw(url).