Class HtmlResponseFilter
- Namespace
- Fluxzy.Rules.Filters.ResponseFilters
- Assembly
- Fluxzy.Core.dll
Select exchanges that has a HTML response body.
[FilterMetaData(null, LongDescription = "Select exchanges having HTML body. The content-type header is checked to determine if the content body is has text/html hint.")]
public class HtmlResponseFilter : ResponseHeaderFilter
- Inheritance
-
HtmlResponseFilter
- Inherited Members
- Extension Methods
Constructors
HtmlResponseFilter()
public HtmlResponseFilter()
Properties
AutoGeneratedName
public override string AutoGeneratedName { get; }
Property Value
Common
public override bool Common { get; set; }
Property Value
GenericName
public override string GenericName { get; }
Property Value
PreMadeFilter
public override bool PreMadeFilter { get; }
Property Value
ShortName
public override string ShortName { get; }
Property Value
Methods
GetExamples()
public override IEnumerable<FilterExample> GetExamples()