Click or drag to resize
ResponseFilter Class
Ensures that filter routines are executed on response stream data
Inheritance Hierarchy
SystemObject
  Kentico.Web.Mvc.InternalResponseFilter

Namespace: Kentico.Web.Mvc.Internal
Assembly: Kentico.Web.Mvc (in Kentico.Web.Mvc.dll) Version: 12.0.0
Syntax
C#
public sealed class ResponseFilter

The ResponseFilter type exposes the following members.

Properties
  NameDescription
Public propertyStatic memberInstance
Returns request specific instance of ResponseFilter.
Public propertyStatic memberIsAvailable
Indicates whether response filter can be used. Depends on existence of underlaying Filter stream.
Public propertyStatic memberIsHtmlResponse
Indicates whether current response is text/html content type
Top
Methods
  NameDescription
Public methodAdd
Add response filter to the collection of filters to be executed for current response.
Top
See Also