Browse by Tags

ASP.Net: Adding feed auto-discovery & meta tags to the page header
Published Fri, Sep 21 2007 1:27 AM | David V
Every now and then, I will post code snippets which others might find useful. Here is one: How to add an RSS auto-discovery meta tag to the page header: Private Sub AddRSSLink(ByVal title As String, ByVal URL As String) Dim link As New HtmlLink link.Attributes...
Filed under: , ,