IronWebScraper에서 라이선스 키를 적용하는 방법
라이선스 키는 만료일로 끝나는 긴 문자열입니다. 띄어쓰기 없이 정확하게 복사해 주시기 바랍니다.
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";
' 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 및 appsettings.json 사용을 포함한 더 많은 옵션에 대한 자세한 내용은 이 FAQ 페이지를 참조하십시오.

