简体   繁体   English

Blazor 服务器端支持的浏览器

[英]Blazor serverside supported browsers

I am looking for a specification, what are supported browser for ASP.NET Core 3.0 Blazor serverside Razor components.我正在寻找一个规范,ASP.NET Core 3.0 Blazor 服务器端 Razor 组件支持哪些浏览器。

Using this code in my Razor index.cshtml shows the news list in Chrome, Firefox, but nothing in IE 11.在我的 Razor index.cshtml中使用此代码在 Chrome 中显示新闻列表 Firefox,但在 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.表示您需要在 IE 11 的 polyfill.io 的底部添加额外的 polyfill。

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.这个github repo 有一个用于 blazor 的 polyfill,它也可能有帮助。

It also has installation instructions in the readme.它还在自述文件中提供了安装说明。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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