Wie man einen Lizenzschlüssel in IronWebScraper anwendet
Der Lizenzschlüssel ist eine lange Zeichenkette, die mit einem Ablaufdatum endet. Bitte stellen Sie sicher, dass dieser korrekt kopiert wird, ohne Leerzeichen.
IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050
Die robusteste Methode, einen Lizenzschlüssel anzuwenden, besteht darin, ihn direkt in Ihrem Code vor dem Aufruf der Bibliothek zu verwenden.
// 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"
Für weitere Optionen, einschließlich der Verwendung von web.config und appsettings.json, besuchen Sie bitte diese FAQ-Seite für mehr Informationen:

