| OutputData Class |
Namespace: CMS.OutputFilter
[SerializableAttribute] public class OutputData
The OutputData type exposes the following members.
| Name | Description | |
|---|---|---|
| OutputData |
Constructor
| |
| OutputData(String, Boolean, Encoding) |
Constructor.
|
| Name | Description | |
|---|---|---|
| mDataCompressed |
Output data in gzip format for the stream.
| |
| mDataPlain |
Output data for the stream.
| |
| mHasSubstitutions |
True if the output contains some substitutions.
| |
| mTrimmedDataCompressed |
Output data in gzip format for the stream with debug information trimmed.
| |
| mTrimmedDataPlain |
Output data for the stream with debug information trimmed.
| |
| mTrimmedHtml |
Output HTML with debug information trimmed.
|
| Name | Description | |
|---|---|---|
| Data |
Output data.
| |
| Encoding |
Returns the encoding used by this object
| |
| GZip |
GZip the data.
| |
| HasDebugInformation |
If true, the output has the debug information
| |
| HasSubstitutions |
True if the output contains some substitutions.
| |
| Html |
Output HTML.
| |
| TrimmedData |
Output data trimmed with unnecessary information such as debug.
| |
| TrimmedHtml |
HTML trimmed with unnecessary information such as debug.
|
| Name | Description | |
|---|---|---|
| GetData |
Gets the data for given HTML.
| |
| WriteOutputToStream |
Writes the data to the stream and closes the stream.
|