Click or drag to resize

htmlContentExtensionslinkRootParent Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns parent that has link tag in self

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.30
Syntax
C#
public static IHtmlContentElement linkRootParent(
	this IHtmlContentElement item
)

Parameters

item
Type: imbNLP.Core.contentStructureHtml.elementsIHtmlContentElement
The item.

Return Value

Type: IHtmlContentElement

[Missing <returns> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlContentExtensions.linkRootParent(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement)"]

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type IHtmlContentElement. When you use instance method syntax to call this method, omit the first parameter. For more information, see Extension Methods (Visual Basic) or Extension Methods (C# Programming Guide).
See Also