UtilBBCodeToHtml(IEnumerableBBCodeNode) Method

Converts a collection of BBCodeNode to HTML

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 static string ToHtml(
	IEnumerable<BBCodeNode> nodes
)

Parameters

nodes  IEnumerableBBCodeNode

[Missing <param name="nodes"/> documentation for "M:DevCase.Core.DataProcessing.Html.BBCode.UtilBBCode.ToHtml(System.Collections.Generic.IEnumerable{DevCase.Core.DataProcessing.Html.BBCode.BBCodeNode})"]

Return Value

String
The HTML source as a string

See Also