- 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