Click or drag to resize

ViewRegistrationSourceIsAdapterForIndividualComponents Property

Gets a value indicating whether the registrations provided by this source are 1:1 adapters on top of other components (I.e. like Meta, Func or Owned.)

Namespace:  Autofac.Integration.Mvc
Assembly:  Autofac.Integration.Mvc (in Autofac.Integration.Mvc.dll) Version: 6.0.0+106fe194fc419c09f32d39119967f68798cc6895
Syntax
public bool IsAdapterForIndividualComponents { get; }

Property Value

Type: Boolean

[Missing <value> documentation for "P:Autofac.Integration.Mvc.ViewRegistrationSource.IsAdapterForIndividualComponents"]

Implements

IRegistrationSourceIsAdapterForIndividualComponents
See Also