BBCodeNodeAppendChild(String, 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,
	string attribute
)

Parameters

tagName  String
The node's tag name. Mandatory.
attribute  String
The node's optional attribute.

This may be an empty string or null.

Return Value

BBCodeNode
The newly created child node.

See Also