读书人

怎样在后台设置生成页面的meta中的Key

发布时间: 2012-01-19 00:22:28 作者: rapoo

怎样在后台设置生成页面的meta中的Keyword和Description?
怎样在后台设置生成页面的meta中的Keyword和Description?
用哪个模块来处理呢?

[解决办法]
HtmlGenericControl metaTest = new HtmlGenericControl( "META ");
metaTest.Attributes[ "Keyword "]= "test keyword ";
metaTest.Attributes[ "Description "]= "this is Meta description ";
this.Controls.AddAt(0,metaTest);

读书人网 >asp.net

热点推荐