Connecting Tech Pros Worldwide Forums | Help | Site Map

META Tags

Vai2000
Guest
 
Posts: n/a
#1: Sep 13 '06
How can I add meta tags to web forms if they are being derived out of master
page??

If I add this snippet to foo.aspx it throws exception
<head runat=server>
<meta name="description" content="Foo">
</head>



TIA



clintonG
Guest
 
Posts: n/a
#2: Sep 13 '06

re: META Tags


There's new classes that may be useful to you; HtmlHead, HtmlMeta and so on.
Check out this search term...

HtmlMeta class site:msdn2.microsoft.com


<%= Clinton Gallagher
NET csgallagher AT metromilwaukee.com
URL http://clintongallagher.metromilwaukee.com/
MAP 43°2'17"N 88°2'37"W : 43°2'17"N 88°2'37"W

"Vai2000" <nospam@microsoft.comwrote in message
news:uydXOK01GHA.4228@TK2MSFTNGP06.phx.gbl...
Quote:
How can I add meta tags to web forms if they are being derived out of
master
page??
>
If I add this snippet to foo.aspx it throws exception
<head runat=server>
<meta name="description" content="Foo">
</head>
>
>
>
TIA
>
>

Closed Thread