Microsoft.Web.Infrastructure
2.0.0
dotnet add package Microsoft.Web.Infrastructure --version 2.0.0
NuGet\Install-Package Microsoft.Web.Infrastructure -Version 2.0.0
<PackageReference Include="Microsoft.Web.Infrastructure" Version="2.0.0" />
paket add Microsoft.Web.Infrastructure --version 2.0.0
#r "nuget: Microsoft.Web.Infrastructure, 2.0.0"
// Install Microsoft.Web.Infrastructure as a Cake Addin
#addin nuget:?package=Microsoft.Web.Infrastructure&version=2.0.0
// Install Microsoft.Web.Infrastructure as a Cake Tool
#tool nuget:?package=Microsoft.Web.Infrastructure&version=2.0.0
This package contains the Microsoft.Web.Infrastructure assembly that lets you dynamically register HTTP modules at run time.
Product | Versions |
---|---|
.NET Framework | net40 net403 net45 net451 net452 net46 net461 net462 net463 net47 net471 net472 net48 net481 |
This package has no dependencies.
NuGet packages (513)
Showing the top 5 NuGet packages that depend on Microsoft.Web.Infrastructure:
Package | Downloads |
---|---|
Microsoft.AspNet.WebPages
This package contains core runtime assemblies shared between ASP.NET MVC and ASP.NET Web Pages. |
|
Microsoft.AspNet.Web.Optimization
ASP.NET Optimization introduces a way to bundle and optimize CSS and JavaScript files. |
|
WebActivatorEx
A package that allows other packages to execute some startup code in web apps. This package should be used over the older WebActivator, which was not strong named. |
|
Autofac.Mvc5
ASP.NET MVC 5 integration for Autofac. |
|
SimpleInjector.Integration.Web
The Simple Injector ASP.NET Integration package adds a lifestyle to the Simple Injector called 'Per Web Request', which allows instances to live within a single HTTP request and get disposed when the request ends. |
GitHub repositories (341)
Showing the top 5 popular GitHub repositories that depend on Microsoft.Web.Infrastructure:
Repository | Stars |
---|---|
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
|
|
JeffreySu/WeiXinMPSDK
微信全平台 SDK Senparc.Weixin for C#,支持 .NET Framework 及 .NET Core、.NET 6.0、.NET 7.0。已支持微信公众号、小程序、小游戏、微信支付、企业微信/企业号、开放平台、JSSDK、微信周边等全平台。 WeChat SDK for C#.
|
|
microsoft/ailab
Experience, Learn and Code the latest breakthrough innovations with Microsoft AI
|
|
RicoSuter/NSwag
The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
|
|
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
|