VB.NET Veri Çekme Problemi!..

Katılım
10 Mar 2018
Mesajlar
200
Tepkime puanı
0
Puanları
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
 

Konuyu görüntüleyenler

Üst