Guest User

Untitled

a guest
Jun 13th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. <head>
  2. <meta http-equiv="description" content="<%= Foo %>"/>
  3. </head>
  4.  
  5. <meta http-equiv="description" content="Bar"/>
  6.  
  7. <head runat="server">
  8. <meta http-equiv="description" content="<%= Foo %>"/>
  9. </head>
  10.  
  11. <meta http-equiv="description" content="<%= Foo %>"/>
  12.  
  13. HtmlMeta meta = new HtmlMeta();
  14. meta.HttpEquiv = "description";
  15. meta.Content = Foo;
  16. Page.Header.Controls.Add(meta);
Add Comment
Please, Sign In to add comment