I have an element in c#:
HtmlElement element = webBrowser1.Document.GetElementById("idName");
The site has an element
<ul id="idName" class="className">
In the css for this class is registered property of the background: url ('url'). How do I know this property from c#?