如何在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 下載 140,761 | 版本: 2026.7 剛剛發布

