aspx to razor convert for master layout view

levana10

New Member
I am trying to follow an MVC example and they used the following code\[code\]<%= string.Format("<link href='http://stackoverflow.com/questions/12678655/{0}'rel='stylesheet' type='text/css' />",ResolveUrl("~/Content/Site.css")) %><%= string.Format("<link href='http://stackoverflow.com/questions/12678655/{0}'rel='stylesheet' type='text/css' />", ResolveUrl("~/Content/jquery-ui-1.7.2.custom.css"))%>\[/code\]I want to convert it to razor. Any suggestions? Thanks!
 
Back
Top