Info
Version: | 1.0.0 |
Author(s): | Muhammad Aladdin |
Last Update: | Friday, December 25, 2020 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/muhamad/AspNetCore.ControllerInjection |
NuGet Url: | https://www.nuget.org/packages/AspNetCore.ControllerInjection |
Install
Install-Package AspNetCore.ControllerInjection
dotnet add package AspNetCore.ControllerInjection
paket add AspNetCore.ControllerInjection
AspNetCore.ControllerInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 5.0.1)
Tags
So this package attempt to solve this problem by providing a controller activator which extend the service provider - in the matter of speaking - for MVC controllers to support field, property and method injection in a simple way.