ContainerProviderContainerTag Property |
Namespace:
Autofac.Integration.Web
Assembly:
Autofac.Integration.Web (in Autofac.Integration.Web.dll) Version: 6.0.0+0b24e3a20aaeba340141e7205a9b7643b9d6cc54
Syntax public Object Tag { get; }
Public ReadOnly Property Tag As Object
Get
Property Value
Type:
Object[Missing <value> documentation for "P:Autofac.Integration.Web.ContainerProviderContainer.Tag"]
Implements
ILifetimeScopeTagRemarks Tags allow a level in the lifetime hierarchy to be identified.
In most applications, tags are not necessary.
See Also