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.
私は Geckofx を使用していますが、知りたいのですが、geckowebbrowser のハイパーリンクから URL を取得するにはどうすればよいですか。
ありがとうございました
以下のようにリンクを張ってください
GeckoLinkElement link = new GeckoLinkElement(_myBrowser.Document.getElementById('your_link_id').DomObject); link.click();
GeckoFX 21 と xulrunner 21 も必要です