SimpleInjectorAspNetCoreBuilder Methods

Simple Injector

The SimpleInjectorAspNetCoreBuilder type exposes the following members.

Extension Methods

  NameDescription
Public Extension MethodAddControllerActivation
Registers all application's controllers in Simple Injector and instructs ASP.NET Core to let Simple Injector create those controllers.
(Defined by SimpleInjectorAspNetCoreBuilderMvcCoreExtensions.)
Public Extension MethodAddPageModelActivation
Registers all application's page models in Simple Injector and instructs ASP.NET Core to let Simple Injector create those page models.
(Defined by SimpleInjectorAspNetCoreBuilderMvcExtensions.)
Public Extension MethodAddTagHelperActivation
Registers the application's tag helpers that in Simple Injector and instructs ASP.NET Core to let Simple Injector create those tag helpers.
(Defined by SimpleInjectorAspNetCoreBuilderMvcExtensions.)
Top
See Also

Reference