|
|
||||||
|
||||||
| Index Link To US Private Messages Archive FAQ RSS | ||||||
| Web Programming Discussion Forum Working with an API? Developing a plugin? Writing a Mod or script for your favorite blog, Web 2.0 site or Forum? Welcome. |
Share Thread: & Tags
|
||||
|
![]() |
|
|
LinkBack | Thread Tools | Display Modes |
|
|||
|
The following code shows how to add meta tags to a page programmatically.
private void CreateMetaTags() { HtmlMeta hm = new HtmlMeta(); HtmlHead head = (HtmlHead)Page.Header; hm.Name = "Keywords"; hm.Content = "C#, Csharp, C-sharp, .NET"; head.Controls.Add(hm); } Similarly, it helps you in adding multiple tag. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| DC meta tags why repeated meta tags | Steven1976a | Search Engine Optimization Forum | 1 | 03-19-2006 03:05 PM |
| Description Meta tag | mickywall | Search Engine Optimization Forum | 6 | 02-10-2005 04:23 PM |
| Odd META Tag: <meta name="WT.cg_n" | 28overpar | Search Engine Optimization Forum | 3 | 01-28-2005 11:42 AM |
| Meta Tag not showing up ? | kxm | Search Engine Optimization Forum | 1 | 11-25-2004 09:05 PM |
| Meta Tag?? | Linda522 | Google Discussion Forum | 6 | 07-06-2004 06:51 PM |
|
WebProWorld |
Advertise |
Contact Us |
About |
Forum Rules |
MVP's |
Archive |
Newsletter Archive |
Top |
WebProNews
WebProWorld is an iEntry, Inc. ® site - © 2009 All Rights Reserved Privacy Policy and Legal iEntry, Inc. 2549 Richmond Rd. Lexington KY, 40509 |