Hello.
I'm stuck here. I would like to add specific metatag in my header regarding a news (for facebook like button). I want to add the famous "
<meta property="og:tag name" content="tag value"/>
in the header from the transformation I use in my repeater.
I tried to make a function with
Page.Header.Controls.Add(new LiteralControl("<meta name=\"og:description\" content=\"aaaatest\" />"));
but it doesn't work (tell me that I can't use page in a static function...).
If you could help me, would be great!
Thanks.