Click or drag to resize

ContainerProviderContainerTag Property

Gets the tag applied to the ILifetimeScope.

Namespace:  Autofac.Integration.Web
Assembly:  Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax
public Object Tag { get; }

Property Value

Type: Object

[Missing <value> documentation for "P:Autofac.Integration.Web.ContainerProviderContainer.Tag"]

Implements

ILifetimeScopeTag
Remarks
Tags allow a level in the lifetime hierarchy to be identified. In most applications, tags are not necessary.
See Also