Initializes a new instance of the SimpleInjectorDependencyResolver class.
Namespace: SimpleInjector.Integration.Web.Mvc
Assembly: SimpleInjector.Integration.Web.Mvc (in SimpleInjector.Integration.Web.Mvc.dll) Version: 4.10.2
Syntax
Parameters
- container
- Type: SimpleInjectorContainer
The container.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown when container is a null reference. |
See Also