Created
          August 17, 2013 08:59 
        
      - 
      
 - 
        
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
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | <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