Click or drag to resize
MacroProcessorDecodeMacros Method
HTML decodes macro definitions for given text.

Namespace: CMS.MacroEngine
Assembly: CMS.MacroEngine (in CMS.MacroEngine.dll) Version: 9.0.0
Syntax
C#
public static string DecodeMacros(
	string inputText
)

Parameters

inputText
Type: SystemString
Input text

Return Value

Type: String
See Also