Table of Contents

Class CssStyleFilter

Namespace
Fluxzy.Rules.Filters.ResponseFilters
Assembly
Fluxzy.Core.dll

Select exchanges that has css content as response body.

[FilterMetaData(null, LongDescription = "Select exchanges having response content type mime matching css.")]
public class CssStyleFilter : ResponseHeaderFilter
Inheritance
CssStyleFilter
Inherited Members
Extension Methods

Constructors

CssStyleFilter()

public CssStyleFilter()

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

GenericName

public override string GenericName { get; }

Property Value

string

Identifier

public override Guid Identifier { get; }

Property Value

Guid

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>