Digital Colony is the ad-free technical web site for Michael Allen Smith of Seattle, WA.
Amazon Link ASP.NET Report DeepFitness API Geocoding GridView Highlighter Mask Email SmugMug
Microsoft Silverlight 4 Business Application Development: Beginners Guide by Cameron Albert
HtmlMeta metaDesc = new HtmlMeta(); metaDesc.Name = "description"; metaDesc.Content = "Tips on roasting coffee at home"; Page.Header.Controls.Add(metaDesc); HtmlMeta metaKey = new HtmlMeta(); metaKey.Name = "keywords"; metaKey.Content = "roast, coffee, home, tips"; Page.Header.Controls.Add(metaKey);
<meta name="description" content="Tips on roasting coffee at home" /> <meta name="keywords" content="roast, coffee, home, tips" />
Labels: ASP.NET, Meta, XHTML
posted by MAS on Apr 25,2007
Legacy Comments
If you found this site helpful, consider buying me a cup of coffee.
Digital Colony Copyright © 1999-2010 XHTML 508 Try...Catch Disclaimer: For brevity many examples do not include error handling. That is your responsibility.