Click or drag to resize

ConfigurationModuleConfigurationRegistrar Property

Gets or sets the configuration registrar.

Namespace:  Autofac.Configuration
Assembly:  Autofac.Configuration (in Autofac.Configuration.dll) Version: 6.0.0+ec1c6438ceb3f3338c7364e35e7303f014e3fc39
Syntax
public IConfigurationRegistrar ConfigurationRegistrar { get; set; }

Property Value

Type: IConfigurationRegistrar
An IConfigurationRegistrar that will be used as the strategy for converting the Configuration into component registrations. If this value is , the registrar will be a ConfigurationRegistrar.
See Also