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 | |
---|---|---|
GetData |
Gets the data for given HTML.
| |
WriteOutputToStream |
Writes the data to the stream and closes the stream.
|
Name | Description | |
---|---|---|
AsValue |
Converts object to a query value which can be used as a query parameter
(Defined by QueryExtensions.) | |
GetAPIString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
GetString |
Gets the string by the specified resource key
(Defined by CoreExtensions.) | |
ToBoolean |
Returns the boolean representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDateTime |
Returns the DateTime representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToDouble |
Returns the double representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToGuid |
Returns the Guid representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToInteger |
Returns the integer representation of an object or default value if not.
(Defined by CoreExtensions.) | |
ToString |
Returns the string representation of an object or default value if not.
(Defined by CoreExtensions.) |
Name | Description | |
---|---|---|
mDataCompressed |
Output data in gzip format for the stream.
| |
mDataPlain |
Output data for the stream.
| |
mEncoding |
Encoding
| |
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
| |
EncodingName |
Output encoding name
| |
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.
|