Search code examples
c#screen-scraping

screen scraping


i am screen scraping a website which is in danish language.. i am unable to scrape certain characters as like må .. any idea to solve this? thanks


Solution

  • i just used System.Web.HttpContext.Current.Server.HtmlDecode() it works ..