我想替换每个 aspx 页面中的内容。我该如何使用它?尽管我尝试替换页面后面的代码中的内容,但我得到的内容与描述-6ren">
gpt4 book ai didi

c# - 是否可以从后面的代码编辑元描述?

转载 作者:太空宇宙 更新时间:2023-11-03 22:13:10 24 4
gpt4 key购买 nike

在 Visual Studio 2005 网站的母版页中,我使用元描述作为

<meta name="keywords" content="coupons, coupons, online coupons, health deals, health coupons, computer coupons, bargains, hot bargains" />
<meta name="description" content="<%=MyMetaDescription%>" />

我想替换每个 aspx 页面中的内容。我该如何使用它?尽管我尝试替换页面后面的代码中的内容,但我得到的内容与描述相同。

在后面的代码中,我调用了 Master.MyMetaDescription = "";

谁能帮我解决这个问题。非常感谢!

最佳答案

我会用这个:

 this.Page.MetaKeywords = "football, sport, golf";
this.Page.MetaDescription = "My site is all about football and golf";

显然,如果您只想附加到它们,则只需使用 +=(不要忘记前导 , 作为关键字)。

关于c# - 是否可以从后面的代码编辑元描述?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/5941618/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com