Microsoft.AspNetCore.Authentication.JwtBearer
                    
                    by: Microsoft
                
                - 203 total downloads
- Latest version: 8.0.3
                    ASP.NET Core middleware that enables an application to receive an OpenID Connect bearer token.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
                
            
                    
                        Microsoft.AspNetCore.Authentication.OpenIdConnect
                    
                    by: Microsoft
                
                - 191 total downloads
- Latest version: 8.0.3
                    ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
                
            
                    
                        Microsoft.AspNetCore.Authorization
                    
                    by: Microsoft
                
                - 207 total downloads
- Latest version: 8.0.3
                    ASP.NET Core authorization classes.
Commonly used types:
Microsoft.AspNetCore.Authorization.AllowAnonymousAttribute
Microsoft.AspNetCore.Authorization.AuthorizeAttribute
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
                
            
                    
                        Microsoft.AspNetCore.Authorization.Policy
                    
                    by: Microsoft
                
                - 10 total downloads
- Latest version: 2.1.0
                    ASP.NET Core authorization policy helper classes.
                
            
                    
                        Microsoft.AspNetCore.Hosting
                    
                    by: Microsoft
                
                - 243 total downloads
- Latest version: 2.1.1
                    ASP.NET Core hosting infrastructure and startup logic for web applications.
                
            
                    
                        Microsoft.AspNetCore.Hosting.Abstractions
                    
                    by: Microsoft
                
                - 1.037k total downloads
- Latest version: 2.2.0
                    ASP.NET Core hosting and startup abstractions for web applications.
This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
                
            
                    
                        Microsoft.AspNetCore.Hosting.Server.Abstractions
                    
                    by: Microsoft
                
                - 765 total downloads
- Latest version: 2.2.0
                    ASP.NET Core hosting server abstractions for web applications.
This package was built from the source code at https://github.com/aspnet/Hosting/tree/0724e6cde1149ee1a19bfec9c13a2c9327b71213
                
            
                    
                        Microsoft.AspNetCore.Http
                    
                    by: Microsoft
                
                - 1.05k total downloads
- Latest version: 2.2.2
                    ASP.NET Core default HTTP feature implementations.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/522705f9a27b99ca4ad261f2e89fe51a77b2338e
                
            
                    
                        Microsoft.AspNetCore.Http.Abstractions
                    
                    by: Microsoft
                
                - 1.548k total downloads
- Latest version: 2.2.0
                    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
This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
                
            
                    
                        Microsoft.AspNetCore.Http.Extensions
                    
                    by: Microsoft
                
                - 1.059k total downloads
- Latest version: 2.1.1
                    ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
                
            
                    
                        Microsoft.AspNetCore.Http.Features
                    
                    by: Microsoft
                
                - 1.273k total downloads
- Latest version: 5.0.17
                    ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/02c6de4ba6022025fcda7581415f310f8c73cdc3
                
            
                    
                        Microsoft.AspNetCore.JsonPatch
                    
                    by: Microsoft
                
                - 219 total downloads
- Latest version: 8.0.3
                    ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
                
            
                    
                        Microsoft.AspNetCore.Metadata
                    
                    by: Microsoft
                
                - 226 total downloads
- Latest version: 8.0.3
                    ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
                
            
                    
                        Microsoft.AspNetCore.Mvc.Abstractions
                    
                    by: Microsoft
                
                - 12 total downloads
- Latest version: 2.1.0
                    ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.IActionResult
                
            
                    
                        Microsoft.AspNetCore.Mvc.ApiExplorer
                    
                    by: Microsoft
                
                - 13 total downloads
- Latest version: 2.1.0
                    ASP.NET Core MVC API explorer functionality for discovering metadata such as the list of controllers and actions, and their URLs and allowed HTTP methods.
                
            
                    
                        Microsoft.AspNetCore.Mvc.Core
                    
                    by: Microsoft
                
                - 11 total downloads
- Latest version: 2.1.0
                    ASP.NET Core MVC core components. Contains common action result types, attribute routing, application model conventions, API explorer, application parts, filters, formatters, model binding, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.AreaAttribute
Microsoft.AspNetCore.Mvc.BindAttribute
Microsoft.AspNetCore.Mvc.ControllerBase
Microsoft.AspNetCore.Mvc.FromBodyAttribute
Microsoft.AspNetCore.Mvc.FromFormAttribute
Microsoft.AspNetCore.Mvc.RequireHttpsAttribute
Microsoft.AspNetCore.Mvc.RouteAttribute
                
            
                    
                        Microsoft.AspNetCore.Mvc.DataAnnotations
                    
                    by: Microsoft
                
                - 14 total downloads
- Latest version: 2.1.0
                    ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
                
            
                    
                        Microsoft.AspNetCore.Mvc.NewtonsoftJson
                    
                    by: Microsoft
                
                - 210 total downloads
- Latest version: 8.0.3
                    ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/88ec3bc3f37e76fbcc932a25f9f0c1c29fe2b343
                
            
                    
                        Microsoft.AspNetCore.Razor.Language
                    
                    by: Microsoft
                
                - 40 total downloads
- Latest version: 6.0.24
                    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/2aa401550574f93402eba13ff9a4827ef01a2f3a
                
            
                    
                        Microsoft.AspNetCore.ResponseCaching.Abstractions
                    
                    by: Microsoft
                
                - 13 total downloads
- Latest version: 2.1.0
                    ASP.NET Core response caching middleware abstractions and feature interface definitions.