Click or drag to resize
OutputDataGetData Method
Gets the data for given HTML.

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 10.0.0
Syntax
C#
protected byte[] GetData(
	string html
)

Parameters

html
Type: SystemString
Output HTML

Return Value

Type: Byte
See Also