本文介绍了如何添加IFRAME在Silverlight?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我如何在Silverlight 4.0用户控件添加IFrame的?

How do I add IFrame in a Silverlight 4.0 User control ?

和我想上刷新iframe的控制按钮。这可能吗?

And I want a button on the control that refreshes the IFrame. Is that possible?

推荐答案

如果你绝对要在HTML页面中的iframe(违反其他答案有什么建议),你可以得到的

If you absolutely want an IFrame in the HTML page (contrary to what the other answers suggest) you could obtain access to the IFrame in Silverlight by using the HTML Bridge

这篇关于如何添加IFRAME在Silverlight?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

11-03 07:22