Click or drag to resize
ResponseOutputFilterResolveSubstitutions Method
Resolves the substitutions in the given output HTML.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public static bool ResolveSubstitutions(
	ref string html
)

Parameters

html
Type: SystemString
Output HTML

Return Value

Type: Boolean
Returns true if something was resolved
See Also