SimpleInjectorPageModelActivatorProvider Constructor

Simple Injector
Initializes a new instance of the SimpleInjectorPageModelActivatorProvider class.

Namespace:  SimpleInjector.Integration.AspNetCore.Mvc
Assembly:  SimpleInjector.Integration.AspNetCore.Mvc (in SimpleInjector.Integration.AspNetCore.Mvc.dll) Version: 5.0.0
Syntax

public SimpleInjectorPageModelActivatorProvider(
	Container container
)

Parameters

container
Type: SimpleInjectorContainer
The container instance that will be used to create page model instances.
Exceptions

ExceptionCondition
ArgumentNullExceptionThrown when container is null.
See Also

Reference