Click or drag to resize

AutofacMultitenantServiceProviderFactoryCreateBuilder Method

Creates a container builder from an IServiceCollection.

Namespace:  Microsoft.AspNetCore.Hosting
Assembly:  Autofac.Integration.AspNetCore.Multitenant (in Autofac.Integration.AspNetCore.Multitenant.dll) Version: 4.0.1+b60273783824e015af81d477fca338eb146578d7
Syntax
public ContainerBuilder CreateBuilder(
	IServiceCollection services
)

Parameters

services
Type: IServiceCollection
The collection of services.

Return Value

Type: ContainerBuilder
A container builder that can be used to create an IServiceProvider.

Implements

IServiceProviderFactory.CreateBuilder(IServiceCollection)
See Also