Table of Contents

Interface IMiddlewareFilter

Namespace
MVVrus.AspNetCore.ActiveSession
Assembly
MVVrus.AspNetCore.ActiveSession.dll

This interface presnts a middleware mapping filter object.

public interface IMiddlewareFilter

Remarks

This is a part of the active session middleware request filtering extensibility feature. Introduced in v.1.1

Properties

MinOrder

A minimal value of a filter order implemented by this object.

Methods

Apply(HttpContext)

A method that returns a result of application of this filter to the request context.

GetPrettyName()

Gets a pretty name for this filter to be written into logs.