Como aplicar uma chave de licença no IronWebScraper
A chave de licença é uma longa sequência de caracteres que termina com uma data de expiração. Certifique-se de que este texto foi copiado corretamente, sem espaços.
IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050
O método mais robusto para aplicar uma chave de licença é diretamente no seu código, antes da biblioteca ser chamada.
// Set the IronWebScraper license key, which is a necessary step
// to use the library without limitations. Make sure to replace
// this with your actual license key in your production environment.
IronWebScraper.License.LicenseKey = "IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050";
// Set the IronWebScraper license key, which is a necessary step
// to use the library without limitations. Make sure to replace
// this with your actual license key in your production environment.
IronWebScraper.License.LicenseKey = "IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050";
' Set the IronWebScraper license key, which is a necessary step
' to use the library without limitations. Make sure to replace
' this with your actual license key in your production environment.
IronWebScraper.License.LicenseKey = "IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050"
Para mais opções, incluindo o uso de web.config e appsettings.json, consulte esta página de perguntas frequentes para obter mais informações:
Perguntas frequentes sobre chaves de licença do IronWebScraper

