SimpleInjectorAspNetCoreMvcIntegrationExtensions Class

Simple Injector
Extension methods for integrating Simple Injector with ASP.NET Core MVC applications.
Inheritance Hierarchy

SystemObject
  SimpleInjectorSimpleInjectorAspNetCoreMvcIntegrationExtensions

Namespace:  SimpleInjector
Assemblies:   SimpleInjector.Integration.AspNetCore.Mvc.Core (in SimpleInjector.Integration.AspNetCore.Mvc.Core.dll) Version: 4.10.3
  SimpleInjector.Integration.AspNetCore.Mvc (in SimpleInjector.Integration.AspNetCore.Mvc.dll) Version: 4.10.3
Syntax

public static class SimpleInjectorAspNetCoreMvcIntegrationExtensions

The SimpleInjectorAspNetCoreMvcIntegrationExtensions type exposes the following members.

Methods

  NameDescription
Public methodStatic memberAddSimpleInjectorTagHelperActivation Obsolete.
Registers a custom SimpleInjectorTagHelperActivator that allows the resolval of tag helpers using the container. In case no applicationTypeSelector is supplied, the custom tag helper activator will forward the creation of tag helpers that are not located in a "Microsoft*" namespace to Simple Injector.
Public methodStatic memberRegisterMvcControllers Obsolete.
Registers the ASP.NET Core MVC controller instances that are defined in the application through the ApplicationPartManager.
Public methodStatic memberRegisterMvcViewComponents(Container, IApplicationBuilder) Obsolete.
Registers the ASP.NET Core MVC view component instances that are defined in the application.
Public methodStatic memberRegisterMvcViewComponents(Container, IViewComponentDescriptorProvider) Obsolete.
Registers the ASP.NET view component types using the supplied viewComponentDescriptorProvider.
Public methodStatic memberRegisterPageModels Obsolete.
Registers the ASP.NET Core MVC controller instances that are defined in the application through the ApplicationPartManager.
Top
See Also

Reference