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

Namespace: CMS.OutputFilter
Assembly: CMS.PortalEngine.Web.UI (in CMS.PortalEngine.Web.UI.dll) Version: 13.0.131
Syntax
C#
public string FilterResponse(
	string finalHtml
)

Parameters

finalHtml
Type: SystemString
Input HTML code

Return Value

Type: String
Returns the filtered data
See Also