Table of Contents

Class FormRequestFilter

Namespace
Fluxzy.Rules.Filters.RequestFilters
Assembly
Fluxzy.Core.dll
[FilterMetaData(null, LongDescription = "Select request sending 'multipart/form-data' or 'application/x-www-form-urlencoded' body. Filtering is made by inspecting value of `Content-Type` header")]
public class FormRequestFilter : FilterCollection
Inheritance
FormRequestFilter
Inherited Members
Extension Methods

Constructors

FormRequestFilter()

public FormRequestFilter()

Properties

AutoGeneratedName

public override string AutoGeneratedName { get; }

Property Value

string

Description

public override string Description { get; }

Property Value

string

FilterScope

The scope of this filter

public override FilterScope FilterScope { get; }

Property Value

FilterScope

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