List icon Contents

Posted on January 22, 2024

DotNetBrowser 2.25.1

SaveFileHandler dialog handler

In this version, we introduce a new handler that is invoked when the browser executes window.showSaveFilePicker() on the web page.

If there’s a BrowserView initialized from this browser, it will show the default file picker. You can also handle this directly in your code and provide a file programmatically:

Browser.Dialogs.SaveFileHandler = new Handler<SaveFileParameters, SaveFileResponse>(p =>
{
    return SaveFileResponse.SaveToFile(fileName);
});

Chromium upgraded to 120.0.6099.216

We upgraded Chromium to a newer version, which introduces multiple security fixes, including:

For the complete list of Chromium fixes and improvements in 120.0.6099.216, please visit the product blog post for this version.

Quality enhancements

  • The default OpenFileHandler in Avalonia UI now respects the suggested start location provided by Chromium.

Download DotNetBrowser 2.25.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