close
HtmlMeta tag =newHtmlMeta(); tag.Attributes.Add("property","og:title"); tag.Content="MyTitle";// don't HtmlEncode() string. HtmlMeta already escapes characters.
Page.Header.Controls.Add(tag);
http://stackoverflow.com/questions/7554749/asp-net-change-facebook-og-properties-from-content-page
全站熱搜
留言列表