Extension methods for SimpleInjectorAspNetCoreBuilder that allow integrating
Simple Injector with ASP.NET Core MVC page models and tag helpers.
Inheritance Hierarchy
SimpleInjectorSimpleInjectorAspNetCoreBuilderMvcExtensions
Namespace: SimpleInjector
Assembly: SimpleInjector.Integration.AspNetCore.Mvc (in SimpleInjector.Integration.AspNetCore.Mvc.dll) Version: 5.0.0
Syntax
The SimpleInjectorAspNetCoreBuilderMvcExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() ![]() | AddPageModelActivation |
Registers all application's page models in Simple Injector and instructs ASP.NET Core to let
Simple Injector create those page models.
|
![]() ![]() | AddTagHelperActivation |
Registers the application's tag helpers that in Simple Injector and instructs ASP.NET Core to let
Simple Injector create those tag helpers.
|
See Also