ASP.NET Core Blazor supported platforms

Note

This isn't the latest version of this article. To switch to the latest, use the ASP.NET Core version selector at the top of the table of contents.

Version selector

If the selector isn't visible in a narrow browser window, widen the window or select the vertical ellipsis () > Table of contents.

Table of contents selector

Blazor WebAssembly and Blazor Server are supported in the browsers shown in the following table on both mobile and desktop platforms.

Browser Version
Apple Safari Current†
Google Chrome Current†
Microsoft Edge Current†
Mozilla Firefox Current†

Current refers to the latest version of the browser.

Blazor WebAssembly

Browser Version
Apple Safari Current†
Google Chrome Current†
Microsoft Edge Current†
Microsoft Internet Explorer Not Supported‡
Mozilla Firefox Current†

Current refers to the latest version of the browser.
‡Microsoft Internet Explorer doesn't support WebAssembly.

Blazor Server

Browser Version
Apple Safari Current†
Google Chrome Current†
Microsoft Edge Current†
Microsoft Internet Explorer 11‡
Mozilla Firefox Current†

Current refers to the latest version of the browser.
‡Additional polyfills are required. For example, promises can be added via a Polyfill.io bundle.

For Blazor Hybrid apps, we test on and support the latest platform Web View control versions:

Additional resources