Renders NML code with the general NML category.

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
)

Parameters

text
Type: System..::.String
The NML code to render

Return Value

The rendered HTML

See Also