Click or drag to resize
OutputFilterEvents Class
Output filter events
Inheritance Hierarchy
SystemObject
  CMS.OutputFilterOutputFilterEvents

Namespace: CMS.OutputFilter
Assembly: CMS.OutputFilter (in CMS.OutputFilter.dll) Version: 11.0.0
Syntax
C#
public class OutputFilterEvents

The OutputFilterEvents type exposes the following members.

Constructors
  NameDescription
Public methodOutputFilterEvents
Top
Fields
  NameDescription
Public fieldStatic memberSaveOutputToCache
Fires when the output filter saves output to cache
Public fieldStatic memberSendCacheOutput
Fires when content from the output cache is about to be send as a response. Fires only if cached output is found and gives subscriber the opportunity to change output or to bypass caching altogether.
Top
See Also