Table of Contents

Class PathFilter

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

Select exchanges according to url path. Path includes query string if any.

[FilterMetaData(null, LongDescription = "Select exchanges according to url path. Path includes query string if any. Path must with `/`")]
public class PathFilter : StringFilter
Inheritance
PathFilter
Inherited Members
Extension Methods

Constructors

PathFilter(string)

public PathFilter(string pattern)

Parameters

pattern string

PathFilter(string, StringSelectorOperation)

[JsonConstructor]
public PathFilter(string pattern, StringSelectorOperation operation)

Parameters

pattern string
operation StringSelectorOperation

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

FilterScope

public override FilterScope FilterScope { get; }

Property Value

FilterScope

GenericName

public override string GenericName { get; }

Property Value

string

Methods

GetExamples()

public override IEnumerable<FilterExample> GetExamples()

Returns

IEnumerable<FilterExample>

GetMatchInputs(ExchangeContext?, IAuthority, IExchange?)

protected override IEnumerable<string> GetMatchInputs(ExchangeContext? exchangeContext, IAuthority authority, IExchange? exchange)

Parameters

exchangeContext ExchangeContext
authority IAuthority
exchange IExchange

Returns

IEnumerable<string>