我有一个带有iframe的页面,根据我在iframe中的操作,我需要在iframe的父元素上放置一个meta标签。我如何在后面的代码中做到这一点。我所拥有的是这样的,但是meta标签被放在iframe中。
// code behind of the iframe where I created a meta tag and placed it on the page.
HtmlMeta meta = new HtmlMeta();
meta.Name= "Keywords";
meta.Content = "some keywords i created based o
我在我的站点中添加了og元标记,当我打开检查器时,我可以看到它们,但是当我去facebook调试器时,它告诉我我错过了我刚才添加的所有标记。
代码使用的是MetaTags包。
<MetaTags>
<title>Find Their Gifts</title>
<meta name="description" content="The personality quiz that suggests gifts based on the results" />
<meta name="keyw