Click or drag to resize

DocumentRenderInstructionRender Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Renders the specified node.

Namespace:  imbNLP.Toolkit.Entity
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public string Render(
	HtmlNode node
)

Parameters

node
Type: HtmlNode
The node.

Return Value

Type: String

[Missing <returns> documentation for "M:imbNLP.Toolkit.Entity.DocumentRenderInstruction.Render(HtmlAgilityPack.HtmlNode)"]

See Also