How do you add MetaDescription to your web page in .Net framework 4.0? HtmlMeta meta2 = new HtmlMeta(); meta2.Name = "description";meta2.Content = "add meta description";Page.Header.Controls.Add(HtmlMeta );

Question:How do you add MetaDescription to your web page in .Net framework 4.0? HtmlMeta meta2 = new HtmlMeta(); meta2.Name = "description";meta2.Content = "add meta description";Page.Header.Controls.Add(HtmlMeta );

1.Page.MetaDescription

2.Both a and b are correct.

3.Both a and b are correct.

4.None of the above.


Search
R4R Team
R4Rin Top Tutorials are Core Java,Hibernate ,Spring,Sturts.The content on R4R.in website is done by expert team not only with the help of books but along with the strong professional knowledge in all context like coding,designing, marketing,etc!