Click or drag to resize

htmlLinkNode Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the htmlLinkNode class

Namespace:  imbNLP.Core.contentStructureHtml.elements
Assembly:  imbNLP.Core (in imbNLP.Core.dll) Version: 0.2.24
Syntax
C#
public htmlLinkNode(
	IHtmlContentElement __linkRoot
)

Parameters

__linkRoot
Type: imbNLP.Core.contentStructureHtml.elementsIHtmlContentElement

[Missing <param name="__linkRoot"/> documentation for "M:imbNLP.Core.contentStructureHtml.elements.htmlLinkNode.#ctor(imbNLP.Core.contentStructureHtml.elements.IHtmlContentElement)"]

See Also