2025
2024
2023
2022
2021
2020
2019
2018
2017
2016
2015
发布日期 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:
- CVE-2025-6554: Type Confusion in V8
- CVE-2025-6555: Use after free in Animation
- CVE-2025-6556: Insufficient policy enforcement in Loader
- CVE-2025-6557: Insufficient data validation in DevTools
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
请提供您的电子邮箱地址,我们会尽快将下载说明发送给您。