VB.NET Veri Çekme Problemi!..

Bilgisayarcı

Çalışkan Üye
Katılım
10 Mar 2018
Mesajlar
200
Beğeniler
0
V8y7P.png

resimdeki gibi yeşil olan "<cite" tag'ına ait veya _Rm classına ait inner text'leri nasıl çekebilirim?

Kod:
Dim PageElement As HtmlElementCollection = WebBrowser1.Document.GetElementsByTagName("cite")
            For Each CurElement As HtmlElement In PageElement
                If CurElement.GetAttribute("class").Contains("_Rm") Then
                    ListBox1.Items.Add(CurElement.InnerText)
                End If
            Next
 

Şu anda bu konu'yu okuyan kullanıcılar

Benzer konular

Üst