Renders NML Code to HTML

Namespace:  EPiServer.Community.NML
Assembly:  EPiServer.Community.NML (in EPiServer.Community.NML.dll) Version: 3.2.517.24

Syntax

C#
public static string Render(
	string text,
	string category
)

Parameters

text
Type: System..::.String
The NML code as render
category
Type: System..::.String
The category the NML should use when rendering

Return Value

The rendered HTML

See Also