Click or drag to resize

AutofacMultitenantWebHostBuilderExtensions Methods

The AutofacMultitenantWebHostBuilderExtensions type exposes the following members.

Methods
  NameDescription
Public methodStatic memberUseAutofacMultitenantRequestServices
Adds the multitenant Autofac request services middleware, which ensures request lifetimes spawn from the container rather than a pre-resolved tenant lifetime scope. This allows tenant identification to occur at the time of request scope generation.
Top
See Also