Microsoft.AspNetCore.Authentication.OAuth
by: Microsoft
- 66 total downloads
- Latest version: 2.3.11
ASP.NET Core middleware that enables an application to support any standard OAuth 2.0 authentication workflow.
Microsoft.AspNetCore.Authentication.OpenIdConnect
by: Microsoft
- 66 total downloads
- Latest version: 2.3.11
ASP.NET Core middleware that enables an application to support the OpenID Connect authentication workflow.
Microsoft.AspNetCore.Authorization
by: Microsoft
- 1.292k total downloads
- Latest version: 11.0.0-preview.5.26302.115
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/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Authorization.Policy
by: Microsoft
- 92 total downloads
- Latest version: 2.3.11
ASP.NET Core authorization policy helper classes.
Microsoft.AspNetCore.Components
by: Microsoft
- 216 total downloads
- Latest version: 5.0.0-preview.6.20312.15
Components feature for ASP.NET Core.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.Analyzers
by: Microsoft
- 933 total downloads
- Latest version: 11.0.0-preview.5.26302.115
Roslyn analyzers for ASP.NET Core Components.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Components.Forms
by: Microsoft
- 188 total downloads
- Latest version: 5.0.0-preview.6.20312.15
Forms and validation support for Blazor applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.Web
by: Microsoft
- 192 total downloads
- Latest version: 5.0.0-preview.6.20312.15
Support for rendering ASP.NET Core components for browsers.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/da6e34b3e17bac8fd1f78c7e76d7ed6192514651
Microsoft.AspNetCore.Components.WebAssembly.Server
by: Microsoft
- 723 total downloads
- Latest version: 11.0.0-preview.5.26302.115
Runtime server features for ASP.NET Core Blazor applications.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Cryptography.Internal
by: Microsoft
- 1.044k total downloads
- Latest version: 11.0.0-preview.5.26302.115
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/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.DataProtection
by: Microsoft
- 1.043k total downloads
- Latest version: 11.0.0-preview.5.26302.115
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/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 1.043k total downloads
- Latest version: 11.0.0-preview.5.26302.115
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/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Hosting.Abstractions
by: Microsoft
- 154 total downloads
- Latest version: 2.3.11
ASP.NET Core hosting and startup abstractions for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 153 total downloads
- Latest version: 2.3.11
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.Http
by: Microsoft
- 155 total downloads
- Latest version: 2.3.11
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.Http.Abstractions
by: Microsoft
- 144 total downloads
- Latest version: 2.3.11
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.Extensions
by: Microsoft
- 151 total downloads
- Latest version: 2.3.11
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state.
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 554 total downloads
- Latest version: 6.0.0-preview.4.21253.5
ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c0ae1d179dba6f3acd0e55be55718c97c9028698
Microsoft.AspNetCore.Metadata
by: Microsoft
- 1.135k total downloads
- Latest version: 11.0.0-preview.5.26302.115
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/f7b4c5716faaee8fb8a289aed29118cad955c45f
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft
- 210 total downloads
- Latest version: 2.3.11
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