19 Ocak 2016 Salı

c# ele.GetAttribute("id")

webBrowser1.Navigate("http://www.thisisawebsitek.com/")
foreach (HtmlElement ele in webBrowser1.Document.All)
{
if (ele.GetAttribute("id") == "dix"))
{