BBCodeNodeAppendChild(String) Method

Adds a new child node at the end of this node's descendants.

Definition

Namespace: DevCase.Core.DataProcessing.Html.BBCode
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public virtual BBCodeNode AppendChild(
	string tagName
)

Parameters

tagName  String

[Missing <param name="tagName"/> documentation for "M:DevCase.Core.DataProcessing.Html.BBCode.BBCodeNode.AppendChild(System.String)"]

Return Value

BBCodeNode
The newly created child node.

See Also