Apply a license key in IronWebScraper

The license key is a long string that ends with an expiry date. Please ensure this is copied correctly, with no spaces.

IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050

The most robust method of applying a license key is directly in your code, before the library is called.

IronWebScraper.License.LicenseKey = "IRONWEBSCRAPER-MYLICENSE-KEY-EXPIRES.01.JAN.2050";

For more options, including web.config and appsettings.json, please see this FAQ page for more information:

https://ironsoftware.com/csharp/webscraper/how-to/license-keys/