HTML -Inhalt von URL in ASP.NET Rasiermesser rendern

<div>
    @Html.Raw(new System.Net.WebClient().DownloadString("http://hostName/HTML-file-name/"))
</div>
Colorful Cowfish