Skip to content

Instantly share code, notes, and snippets.

@vmandic
Created October 13, 2018 16:01
Show Gist options
  • Save vmandic/93eb29f4e9c95e599af0b24a49f7327b to your computer and use it in GitHub Desktop.
Save vmandic/93eb29f4e9c95e599af0b24a49f7327b to your computer and use it in GitHub Desktop.
meds-processor, part 1 of 6, snippet 2
using AngleSharp;
namespace MedsProcessor.Scraper
{
public class HzzoHtmlScraper
{
readonly IBrowsingContext _browsingContext;
public HzzoHtmlScraper(IBrowsingContext browsingContext)
{
this._browsingContext = browsingContext;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment