Click or drag to resize

htmlContentTokenlinkRootParent Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
Syntax
C#
public IHtmlContentElement linkRootParent { get; }

Property Value

Type: IHtmlContentElement
Returns parent that is associated to a htmltag

Implements

IHtmlContentElementlinkRootParent
See Also