Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 4 total downloads
- Latest version: 5.0.9
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c663adee8e64ba5d379fa0edfb8201984a7df7d0
Microsoft.AspNetCore.ResponseCaching
by: Microsoft
- 3 total downloads
- Latest version: 2.0.3
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.AspNetCore.ResponseCaching.Abstractions
by: Microsoft
- 11 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core response caching middleware abstractions and feature interface definitions.
This package was built from the source at:
https://github.com/aspnet/ResponseCaching/tree/b21b893ad3bdeb2862ac990a39ed9f8f211fa6e1
Microsoft.AspNetCore.ResponseCompression
by: Microsoft
- 1 total downloads
- Latest version: 2.0.2
ASP.NET Core middleware for HTTP Response compression.
Microsoft.AspNetCore.Rewrite
by: Microsoft
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core basic middleware for rewriting URLs. Includes:
* Support for custom URL rewrite rules
* Support for running IIS URL Rewrite module rules
* Support for running Apache mod_rewrite rules.
Microsoft.AspNetCore.Routing
by: Microsoft
- 3 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core middleware for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.Route
Microsoft.AspNetCore.Routing.RouteCollection
Microsoft.AspNetCore.Routing.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.1.0-rc1-final
ASP.NET Core abstractions for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.IRouter
Microsoft.AspNetCore.Routing.RouteData
Microsoft.AspNetCore.Server.IIS
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0
Provides support for hosting ASP.NET Core in IIS using the AspNetCoreModule.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/ce8cf65589734f82b0536c543aba5bd60d0a5a98
Microsoft.AspNetCore.Server.IISIntegration
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core components for working with the IIS AspNetCoreModule.
Microsoft.AspNetCore.Server.Kestrel
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 2 total downloads
- Latest version: 2.1.0-preview1-final
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
- 22 total downloads
- Latest version: 2.3.9
Transport abstractions for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv
by: Microsoft
- 8 total downloads
- Latest version: 2.2.0-preview3-35497
Libuv transport for the ASP.NET Core Kestrel cross-platform web server.
This package was built from the source at:
https://github.com/aspnet/KestrelHttpServer/tree/3a1cf72451d5e2080e74827ebbc61586a3e73956
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
by: Microsoft
- 9 total downloads
- Latest version: 2.3.10
Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.SignalR
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview3-35497
Components for providing real-time bi-directional communication across the Web.
This package was built from the source at:
https://github.com/aspnet/SignalR/tree/defbadb26b4224d5025549992fc5ae4e95e0d288
Microsoft.AspNetCore.SignalR.Common
by: Microsoft
- 19 total downloads
- Latest version: 10.0.0-preview.1.25120.3
Common serialization primitives for SignalR Clients Servers
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/b225d30209cf027c80b741d04efe1c54f2431b3c
Microsoft.AspNetCore.SignalR.Protocols.Json
by: Microsoft
- 15 total downloads
- Latest version: 8.0.0-preview.1.23112.2
Implements the SignalR Hub Protocol using System.Text.Json.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/63d1187a01b82719c2891cecc74ee3d51ce892a8
Microsoft.AspNetCore.SignalR.Redis
by: Microsoft
- 3 total downloads
- Latest version: 1.1.0-preview3-35497
Redis for ASP.NET Core SignalR.
This package was built from the source at:
https://github.com/aspnet/SignalR/tree/defbadb26b4224d5025549992fc5ae4e95e0d288
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 2 total downloads
- Latest version: 2.3.10
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.AspNetCore.TestHost
by: Microsoft.AspNetCore.TestHost
- 2 total downloads
- Latest version: 1.0.4
ASP.NET Core web server for writing and running tests.