How to Apply a License Key in 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页面以获取更多信息:

IronWebScraper License Keys FAQ

Curtis Chau
技术作家

Curtis Chau 拥有卡尔顿大学的计算机科学学士学位,专注于前端开发,精通 Node.js、TypeScript、JavaScript 和 React。他热衷于打造直观且美观的用户界面,喜欢使用现代框架并创建结构良好、视觉吸引力强的手册。

除了开发之外,Curtis 对物联网 (IoT) 有浓厚的兴趣,探索将硬件和软件集成的新方法。在空闲时间,他喜欢玩游戏和构建 Discord 机器人,将他对技术的热爱与创造力相结合。

准备开始了吗?
Nuget 下载 122,916 | 版本: 2025.11 刚刚发布