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

Namespace: CMS.OutputFilter
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
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