List icon Contents

Posted on July 16, 2025

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.

Download DotNetBrowser 3.3.1

Please share your email with us, and we'll send you download instructions.

Sending...
EmailBox Please check your inbox.

We were unable to send the email. Please try again.

If you are a registered customer you don't need to do anything to use this update.

If you would like to evaluate the product, you need an evaluation license.

Get free 30-day trial
Go Top