Allows the ASP.NET Core dependency injection model to be used with ASP.NET Web Forms using the HttpRuntime.WebObjectActivator introduced in .NET Framework 4.7.2.
Info
| Version: | 1.0.8 |
| Author(s): | TheJayMann |
| Last Update: | Thursday, February 14, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/TheJayMann/WebFormsDi |
| NuGet Url: | https://www.nuget.org/packages/AspNetWebForms.DependencyInjection |
Install
Install-Package AspNetWebForms.DependencyInjection
dotnet add package AspNetWebForms.DependencyInjection
paket add AspNetWebForms.DependencyInjection
AspNetWebForms.DependencyInjection Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.Extensions.DependencyInjection(>= 2.1.1)
- WebActivatorEx(>= 2.2.0)
Tags