Click or drag to resize

htmlContentTokenlinkRootParent Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

if this HtmlToken is contained inside a tag - this property will return IHtmlContentElement. If it is not part of a tag it will return null

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public IHtmlContentElement linkRootParent { get; }

Property Value

Type: IHtmlContentElement
Returns parent that is associated to a htmltag

Implements

IHtmlContentElementlinkRootParent
See Also