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.
我在我的应用程序中使用 webbrowser 控件。该控件根本不执行 ajax 刷新面板,几乎就像它阻止部分刷新加载一样。这个控件有什么我缺少的吗?我真的需要它作为我解决方案的一部分。
WebBrowser默认情况下,控件上禁用脚本。你设置IsScriptEnabled为true?
WebBrowser
IsScriptEnabled
true
<phone:WebBrowser x:Name="browser" IsScriptEnabled="True" />