User-1246604461 posted
When I check the the source of this page: view-source:http://www.zalando.nl/ I see this:
<meta name="description" content="Schoenen, fashion, lifestyle & sportartikelen online shop ► Geen verzend- en retourkosten ✔ Snelle levering ✔ Veilig betalen ✔ Meer dan 1500 merken!" />
As you can see I see checkmarks in the source of the page in the metadescription.
I'm trying to do the same:
default.aspx
<%@ Page MetaDescription="<%$Resources:metadescription%>" Language="VB" MasterPageFile="~/main.master" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default" %>
default.aspx.resx
metadescription ✔ Venues, ✓ Events, ✓ Parties and Tickets
but with me it shows the html codes (✔ Venues, ✓ Events, ✓ Parties and Tickets) and NOT the checkmarks...I tried adding 3 different HTML codes as you can see below, to see which one is working, but nothing works.
I also tried to non auto encode the HTML by replacing <% with <%=, like so:
MetaDescription="<%=$Resources:metadescription%>"
But that just renders:
<meta name="description" content="<%=$Resources:metadescription%>" />
My environment:
Visual Studio 2012
Chrome browser