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 Store 应用程序Webview,我试图让用户访问其中的特定网页集并限制Webview加载唯一指定的 URL 集,直到现在我还没有遇到任何帖子这会有所帮助,甚至可能吗?
Webview
如果您愿意让您的应用程序仅针对 Windows 8.1,则可以使用新的 NavigationStarting 事件(其中包括目标 uri 和取消参数)。 如果您想针对 Windows 8,则没有真正好的解决方案。最好的办法可能是注册 LoadCompleted 事件并执行 GoBack。