Ray's Asp.net Blog
Answers and code snippets from ASP.NET projects (Webforms/MVC/Classic ASP)
Pages
(Move to ...)
Event registration app with QR/Paypal
Home
▼
Friday, July 13, 2012
How to put meta tag into Orchard theme?
In layout.cshtml file, add following code:
@using (Script.Head())
{
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
}
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment