Click or drag to resize
ResponseOutputFilterFilterResponse Method
Applies the output filter to the output data.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
public string FilterResponse(
	string finalHtml
)

Parameters

finalHtml
Type: SystemString
Input HTML code

Return Value

Type: String
Returns the filtered data
See Also