Question:How do you add MetaDescription to your web page in .Net framework 4.0? 

A HtmlMeta meta2 = new HtmlMeta(); meta2.Name = "description"; meta2.Content = "add meta description"; Page.Header.Controls.Add(HtmlMeta ); 

B Page.MetaDescription 

C All of these are correct 

D None of these are correct 

+ Answer
+ Report
Total Preview: 758

Copyright © 2024. Powered by Intellect Software Ltd