Click or drag to resize

IAttributeOwner Property

Gets an owner element of the attribute.

Namespace:  DotNetBrowser.Dom
Assembly:  DotNetBrowser (in DotNetBrowser.dll) Version: 2.16.0
Syntax
C#
IElement Owner { get; }

Property Value

Type: IElement
The owner element of the attribute. If the owner does not exist, this property is null.
Exceptions
ExceptionCondition
ObjectDisposedExceptionThe IAttribute has already been disposed.
See Also