Click or drag to resize

MatchingScopeLifetimeTags Class

Well-known tags used in setting up matching lifetime scopes.
Inheritance Hierarchy
SystemObject
  Autofac.Core.LifetimeMatchingScopeLifetimeTags

Namespace:  Autofac.Core.Lifetime
Assembly:  Autofac (in Autofac.dll) Version: 6.0.0+39696a967e8826f7f1ebc8c1ff4523c9dd75abe0
Syntax
public static class MatchingScopeLifetimeTags

The MatchingScopeLifetimeTags type exposes the following members.

Fields
  NameDescription
Public fieldStatic memberRequestLifetimeScopeTag
Tag used in setting up per-request lifetime scope registrations (e.g., per-HTTP-request or per-API-request).
Top
See Also