简体   繁体   中英

Blazor serverside supported browsers

I am looking for a specification, what are supported browser for ASP.NET Core 3.0 Blazor serverside Razor components.

Using this code in my Razor index.cshtml shows the news list in Chrome, Firefox, but nothing in IE 11.

@(await Html.RenderComponentAsync<WEKA.Components.NewsList>(RenderMode.Server))

Tried googling but with no success. Not sure if it is just unsupported or it is some bug.

Supported platforms are here in the Docs

Says that you need additional polyfills at the bottom section from polyfill.io for IE 11.

This issue might provide some more insight as well if you run into any issues.

This github repo has a polyfill for blazor which might help as well.

It also has installation instructions in the readme.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM