mhinze.com archive

this is an archive of the old blog, ended 6/16/08





    29
    Jun

    Simple Scraping with SubSonic.Sugar

    SubSonic.Sugar has some handy utilities.  Highly recommended.  The source is worth browsing too.

    static void Main()
    {
        foreach (string link in SubSonic.Sugar.Web.ScrapeLinks("http://mhinze.com/", false))
        {
            Console.WriteLine(link);
        }
    }

     

    image 

     

    Technorati tags: , ,

    Leave a Reply

    You must be logged in to post a comment.

    © 2007 mhinze.com