IronWebScraperでライセンスキーを適用する方法
This article was translated from English: Does it need improvement?
Translated
View the article in English
ライセンスキーは、有効期限で終わる長い文字列です。 スペースを入れずに正しくコピーされていることを確認してください。
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"
$vbLabelText
$csharpLabel
web.configやappsettings.jsonを使用するオプションを含む詳細については、こちらのFAQページをご覧ください:
準備はできましたか?
Nuget ダウンロード 134,614 | バージョン: 2026.4 リリース

