Click or drag to resize

AutofacWebApiFilterProvider Constructor

Initializes a new instance of the AutofacWebApiFilterProvider class.

Namespace:  Autofac.Integration.WebApi
Assembly:  Autofac.Integration.WebApi (in Autofac.Integration.WebApi.dll) Version: 6.0.0+03bf347ff3a78c2557675254b1a417eef4b464ec
Syntax
public AutofacWebApiFilterProvider(
	ILifetimeScope lifetimeScope
)

Parameters

lifetimeScope
Type: AutofacILifetimeScope
The lifetime scope from which dependencies should be resolved. Generally this is the application-level container/root scope.
See Also