Microsoft.AspNetCore.Cors by: Microsoft.AspNetCore.Cors
  • 1 total downloads
  • Latest version: 1.0.3
  • aspnetcore,cors
CORS middleware and policy for ASP.NET Core to enable cross-origin resource sharing. Commonly used types: Microsoft.AspNetCore.Cors.DisableCorsAttribute Microsoft.AspNetCore.Cors.EnableCorsAttribute
Microsoft.AspNetCore.Cryptography.Internal by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.17
  • aspnetcore dataprotection
Infrastructure for ASP.NET Core cryptographic packages. Applications and libraries should not reference this package directly. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.Cryptography.KeyDerivation by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.17
  • aspnetcore dataprotection
ASP.NET Core utilities for key derivation. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.DataProtection by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.17
  • aspnetcore dataprotection
ASP.NET Core logic to protect and unprotect data, similar to DPAPI. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.DataProtection.Abstractions by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.17
  • aspnetcore dataprotection
ASP.NET Core data protection abstractions. Commonly used types: Microsoft.AspNetCore.DataProtection.IDataProtectionProvider Microsoft.AspNetCore.DataProtection.IDataProtector This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.DataProtection.Extensions by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.17
  • aspnetcore dataprotection
Additional APIs for ASP.NET Core data protection. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore by: Microsoft
  • 1 total downloads
  • Latest version: 9.0.17
  • aspnetcore diagnostics entityframeworkcore
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.Hosting by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0
  • aspnetcore,hosting
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.0-preview1-final
  • aspnetcore,hosting
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Http by: Microsoft.AspNetCore.Http
  • 1 total downloads
  • Latest version: 1.0.0-rc2-final
  • aspnetcore
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.Http.Abstractions by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0
  • aspnetcore
ASP.NET Core HTTP object model for HTTP requests and responses and also common extension methods for registering middleware in an IApplicationBuilder. Commonly used types: Microsoft.AspNetCore.Builder.IApplicationBuilder Microsoft.AspNetCore.Http.HttpContext Microsoft.AspNetCore.Http.HttpRequest Microsoft.AspNetCore.Http.HttpResponse
Microsoft.AspNetCore.Http.Connections.Common by: Microsoft
  • 0 total downloads
  • Latest version: 9.0.17
  • aspnetcore signalr
Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.Http.Extensions by: Microsoft.AspNetCore.Http.Extensions
  • 2 total downloads
  • Latest version: 1.0.2
  • aspnetcore
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Microsoft.AspNetCore.Http.Features by: Microsoft.AspNetCore.Http.Features
  • 2 total downloads
  • Latest version: 1.0.2
  • aspnetcore
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.HttpOverrides by: Microsoft
  • 2 total downloads
  • Latest version: 1.1.2
  • aspnetcore,proxy,headers,xforwarded
ASP.NET Core basic middleware for supporting HTTP method overrides. Includes: * X-Forwarded-* headers to forward headers from a proxy. * HTTP method override header.
Microsoft.AspNetCore.Identity by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore identity membership
ASP.NET Core Identity is the membership system for building ASP.NET Core web applications, including membership, login, and user data. ASP.NET Core Identity allows you to add login features to your application and makes it easy to customize data about the logged in user.
Microsoft.AspNetCore.Identity.EntityFrameworkCore by: Microsoft
  • 2 total downloads
  • Latest version: 9.0.14
  • aspnetcore entityframeworkcore identity membership
ASP.NET Core Identity provider that uses Entity Framework Core. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/baa6b294e728e6171378b4e8c52e42e7c4d4ed63
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 18 total downloads
  • Latest version: 11.0.0-preview.5.26302.115
  • aspnetcore identity membership razorpages
ASP.NET Core Identity UI is the default Razor Pages built-in UI for the ASP.NET Core Identity framework. This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.JsonPatch by: Microsoft
  • 6 total downloads
  • Latest version: 9.0.17
  • aspnetcore json jsonpatch
ASP.NET Core support for JSON PATCH. This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5edf41b9c09952f18e404ad38e25670991c1b513
Microsoft.AspNetCore.Localization.Routing by: Microsoft
  • 3 total downloads
  • Latest version: 2.0.0-preview2-final
  • aspnetcore localization
Provides a request culture provider which gets culture and ui-culture from request's route data.