Silverlight 导航模板是否可以在浏览器不足的情况下使用?
Silverlight 导航模板在浏览器耗尽时是否可以工作?
Does the Silverlight Navigation template work when running out of browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当然可以。
您可以使用 NavigationServices 函数创建自定义“后退”或“前进”按钮,
这里是一个很好的示例:链接
Sure it does.
And you can use the NavigationServices functions to create a custom "Back" or "Forward" button
great example here : Link
创建一个新的导航应用程序,打开属性页面。在 Silverlight 选项卡上选择“启用浏览器外运行应用程序”,切换到“调试”选项卡,选择“浏览器外应用程序”,将组合框中的项目更改为当前的 silverlight 项目。
点击运行,点击关于,它有效吗?
Create a fresh Navigation Application, open the properties page. On the Silverlight tab select "Enable running application out of the browser", switch to the Debug tab, select Out-of-Browser application, change the project in the combo-box to the current silverlight project.
Hit Run, click About, Does it work?