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" />
我收到以下错误,不知道如何修复它。Stack Overflow 上还有一些其他页面解决了类似的问题,但这些似乎并不适用,或者至少我不够精明,无法解决。
当我运行 authentication_pages_spec 时,问题似乎与使用“补丁”有关,导致以下失败。请注意,我已经尝试用“put”替换“patch”