Skip to content

Instantly share code, notes, and snippets.

@wullemsb
Created August 17, 2013 08:59
Show Gist options
  • Save wullemsb/6255988 to your computer and use it in GitHub Desktop.
Save wullemsb/6255988 to your computer and use it in GitHub Desktop.
This code block fails after upgrading from ASP.NET MVC 3 to ASP.NET MVC 4
<head>
@using (profiler.Step("<head> rendering"))
{
<title>@ViewBag.Title - MVC MiniProfiler Demo</title>
@this.TimeScript("Our CSS",
@<link href="@Url.Content("~/Content/Site.css")" rel="stylesheet" type="text/css" />)
}
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment