Property Owner
- Namespace
- DotNetBrowser.Dom
- Assembly
- DotNetBrowser.dll
Owner
Gets an owner element of the attribute.
IElement Owner { get; }
Property Value
- IElement
The owner element of the attribute. If the owner does not exist, this property is
null
.
Exceptions
- ObjectDisposedException
The IAttribute has already been disposed.