List icon 目录

发布日期 2025年07月16日

DotNetBrowser 3.3.1

Chromium 138.0.7204.97

We upgraded Chromium to a newer version, which introduces major security fixes including the fix for a vulnerability that have known exploits:

You can read more about it in the Chromium blog posts:

HTTP status code property

In this version, we have added the ResponseCode property to provide an HTTP status code for the navigation finished event:

browser.Navigation.NavigationFinished += (sender, args) =>
{
    int responceCode = args.ResponseCode;
};

Quality enhancements

  • Zoom out cursor now properly respects the DPI scale factor on Windows when using offscreen rendering mode in WinForms, WPF or WinUI 3.

下载 DotNetBrowser 3.3.1

请提供您的电子邮箱地址,我们会尽快将下载说明发送给您。

发送...
EmailBox 请检查您的收件箱。

我们无法发送电子邮件。请重试

如果您已经是我们的注册客户,您无需任何操作,即可轻松享受此次更新。

如果您希望深入了解并体验我们的产品,您可以申请评估许可证。

获取免费 30 天体验
Go Top