Click or drag to resize

ConfigurationModuleConfiguration Property

Gets the configuration to register.

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

Property Value

Type: IConfiguration
An IConfiguration containing the definition for modules and components to register with the container.
See Also