Search

You searched for the word(s): userid:88261

Matching Posts

  • adding meta tags

    Could someone tell me the proper way of adding meta tags to a page that is using a master page. According to the documentation ( http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnvs05/html/masterpages.asp ), I should be able to do this: Sub Page_Load() Master.Page.Header.Title = "Content Title" Master.Page.Header.Metadata.Add("Keywords", "blah,blah") Master.Page.Header.Metadata.Add("Description", "blah,blah") End Sub However, "Metadata" does not seem to be a valid property for the
Page 1 of 1 (1 items)