如何将 URL 嵌入 Blazor 页面

How to embed an URL into Blazor page

我想要的是在现有网站上嵌入一些 window 到 Blazor 页面的一部分。我会在此视图中嵌入多个以简化一些操作。 我不知道我解释得好...

谢谢大家

这个问题似乎特定于 HTML 而不是 Blazor。您可以使用 iFrame,只需将 Your URL 更改为网站的 URL:

<iframe width="560" height="315" src="Your URL" frameborder="0" allowfullscreen></iframe>