<meta http-equiv="refresh" content="10; url=http://www.dotblogs.com.tw/puma/" />
要如何利用asp.net程式動態產生meta資訊呢,就是利用HtmlMeta這個類別,小弟寫一個範例介紹如何使用
asp.net(c#)
部分程式碼
HtmlMeta meta = new HtmlMeta();
meta.Attributes.Add("http-equiv", "refresh");
meta.Content = "10; url=http://www.dotblogs.com.tw/puma/";
this.Header.Controls.Add(meta);
沒有留言:
張貼留言