webBrowser1.Url = new Uri(embedstr);
","url":"https://uzmanim.net/soru/c-forma-html-embed-kod-nasil-gomulur/65787#a66091","author":{"@type":"Person","name":"beytullahakyuz"},"comment":[],"commentCount":0,"dateCreated":"2016-03-26T22:54:50.953+02:00","dateModified":"2016-03-26T22:54:50.953+02:00","text":"Aşağıdaki kodu kullanabilirsiniz.
string embedstr = "http://files.tubesnack.com/iframe/embed.html?hash=t7xibss3";
webBrowser1.Url = new Uri(embedstr);
<iframe src="http://files.tubesnack.com/iframe/embed.html?hash=t7xibss3&wmode=window&bgcolor=FFFFFF&t=1457809778" width="1280" height="720" seamless="seamless" scrolling="no" frameborder="0" allowtransparency="true"></iframe>
Bir kaç yerde webbrowserla alakalı birşeyler gördüm ancak fazla bilgi yok internette nasıl çözebilirim sorunu?
Toplam 1 cevap
Aşağıdaki kodu kullanabilirsiniz.
string embedstr = "http://files.tubesnack.com/iframe/embed.html?hash=t7xibss3";
webBrowser1.Url = new Uri(embedstr);