xbap wpf 应用程序中的查询字符串
我有一个在浏览器上运行的 XBap WPF 应用程序。我需要使用 QueryString 传入一个参数。我使用以下代码:
if (BrowserInteropHelper.IsBrowserHosted) {
var query = BrowserInteropHelper.Source.Query;
}
IsBrowserHosted 属性为 true,但我收到 NullReferenceException,因为 BrowserInteropHelper.Source 始终为 null。知道为什么会发生这种情况吗?
I have an XBap WPF application runnin on the browser. I need to pass in a parameter using QueryString. I'm using the following code:
if (BrowserInteropHelper.IsBrowserHosted) {
var query = BrowserInteropHelper.Source.Query;
}
IsBrowserHosted property is true, but I get a NullReferenceException because BrowserInteropHelper.Source is always null. Any idea why this happens?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论