asp.net mvc and canonical link: bug?
I created a simple CMS in asp.net MVC. Every article has a canonical link, which I want to use in my master page like this: <link href="<%= Model.CanonicalLink %>" rel="canonical" /> However, when I view the source of this page in Firefox, it shows me: <link href="../../Views/Shared/%3C%25=%20Model.CanonicalLink%20%25%3E" rel="canoni...