IronWebScraper'da Lisans Anahtarı Nasıl Uygulanır
Lisans anahtarı, bir sona erme tarihi ile biten uzun bir dizilerdir. Bu anahtarın düz ve boşluk içermeyecek şekilde kopyalandığından emin olun.
IRONWEBSCRAPER-MYLICENSE-KEY-1EF01-EXPIRES.01.JAN.2050
Bir lisans anahtarının uygulanması için en güvenilir yöntem, kütüphane çağrılmadan önce doğrudan kodunuza eklemektir.
// 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"
Web.config ve appsettings.json kullanma gibi daha fazla seçenek için daha fazla bilgi için lütfen bu SSS sayfasına bakın:

