Click or drag to resize
ResponseOutputFilterResolveSubstitution Method

Note: This API is now obsolete.

Resolves the substitution.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 8.2.23
Syntax
C#
[ObsoleteAttribute("This method is not used for custom code, use ResolveSubstitutions(ref string html) instead.")]
public static string ResolveSubstitution(
	string expression,
	out bool match
)

Parameters

expression
Type: SystemString
Expression to resolve
match
Type: SystemBoolean
Returns true if matched

Return Value

Type: String
See Also