Interface IMiddlewareFilterSource
- Namespace
- MVVrus.AspNetCore.ActiveSession
- Assembly
- MVVrus.AspNetCore.ActiveSession.dll
This interface presnts a source object for a middleware mapping filter.
public interface IMiddlewareFilterSource
Remarks
This is a part of the active session middleware request filtering extensibility feature. Introduced in v.1.1
Properties
- HasSuffix
Indication that a middleware filter created from this source may assign a suffix to an active session application.
Methods
- Create(int)
Creates a middleware filter object from this source.
- GetPrettyName()
Gets a pretty name for this source to be written into logs.