Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道我是否(以及如何)在 Windows 8.1 应用程序中显示视频(youtube 或 dailymotion)。
我想从以下网址观看:http ://www.dailymotion.com/embed/video/x1561xg
谢谢
我只有 C#/XAML 应用程序的解决方案。它可能会启发你。
XAML
<WebView x:Name="webView" />
C#
webView.NavigateToString("<iframe width='620' height='348' src='http://www.dailymotion.com/embed/video/x1561xg' frameborder='0'></iframe>");