I have the following code:
lblMetaTag.Text =
"<meta property='" + ctrl.property_name +
"' content='" + ctrl.property_value + "' />";
When it renders to the page – it renders the meta tag and not the string representation.
How do I display it as the string?
Change it to the following: