Table of Contents

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

string

Common

public override bool Common { get; set; }

Property Value

bool

GenericName

public override string GenericName { get; }

Property Value

string

PreMadeFilter

public override bool PreMadeFilter { get; }

Property Value

bool

ShortName

public override string ShortName { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>