Click or drag to resize
ResponseOutputFilter Properties

The ResponseOutputFilter type exposes the following members.

Properties
  NameDescription
Public propertyApplyFilter
If true, the filter is applied to the response.
Public propertyStatic memberCacheItems
List of the cache key items.
Public propertyCanRead
Public propertyCanSeek
Public propertyCanWrite
Public propertyStatic memberDefaultFilterCapacity
Default capacity for the output filter.
Public propertyEncoding
Current response encoding
Public propertyExcludedAttributesURLs
Gets string array of excluded XHTML Attributes filter urls.
Public propertyExcludedFormURLs
Gets string array of excluded Form filter urls.
Public propertyExcludedJavascriptURLs
Gets string array of excluded XHTML Javascript filter urls.
Public propertyExcludedLowerCaseURLs
Gets string array of excluded XHTML LowerCase filter urls.
Public propertyExcludedSelfCloseURLs
Gets string array of excluded XHTML Javascript filter urls.
Public propertyExcludedXHTMLResolveUrls
Gets string array of excluded Resolve filter urls.
Public propertyExcludedXHTMLURLs
Gets string array of excluded XHTML filter urls.
Public propertyLength
Public propertyLogToDebug
If true, the filter logs the output to the debug.
Public propertyLogToFile
If true, the filter logs the output to the file.
Public propertyStatic memberOutputFilterEndRequest
When true, the request is completed, when false, the Request.End is called.
Public propertyPosition
Public propertyStatic memberTrackCacheDependencies
Returns true if the cache dependencies for the output cache are tracked.
Public propertyStatic memberUseCompleteFilter
Use complete (combined) filter.
Public propertyUseGZip
If true, the filter uses GZip compression on output.
Public propertyStatic memberUseOutputFilterCache
Returns true if full client cache is enabled (no revalidation requests).
Public propertyStatic memberUseParsedSelfClose
Use parsed self close tags operation (faster) instead of standard self close filter?
Top
See Also