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 );

- Online Exam Test Papers | - MCQs[multiple choice questions and answers ] | - Mock Test Papers | - Practice Papers | - Sample Test Papers |

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.

Posted Date:-2022-08-15 17:50:15


More MCQS Questions and answers

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!