foreach (HtmlElement el in wbb.Document.All) { if (el.Name == "status") { el.InnerText = "denemedir"; } }