AttrOwnerElement Property |
The Element node this attribute is attached to or null if this attribute is not in use.
Namespace: Aspose.Html.DomAssembly: Aspose.HTML (in Aspose.HTML.dll) Version: 20.3
Syntax public Element OwnerElement { get; }
Public ReadOnly Property OwnerElement As Element
Get
public:
property Element^ OwnerElement {
Element^ get ();
}
member OwnerElement : Element with get
Property Value
Type:
ElementSee Also