我用 C# 编写了一个项目,如果在项目使用过程中发生事件,我会在其中加载 HTML 网页。
我的问题是,在我的 html 页面中,我在标签中有一个 href 节点,如下所示:
<a href="http://pseudo01.hddn.com/vod/demo.flowplayervod/flowplayer-700.flv"
style="display:block;width:inherit;height:inherit;background-color: black;overflow:hidden"
id="player">
</a>
我想通过发送 C# 变量(称为 myHrefFile)以编程方式更改 href 值,具体取决于用户所做的。
如何才能做到这一点?