Microsoft.AspNetCore.DataProtection
by: Microsoft.AspNetCore.DataProtection
- 2 total downloads
- Latest version: 1.0.3
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core data protection abstractions.
Commonly used types:
Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
Microsoft.AspNetCore.DataProtection.IDataProtector
Microsoft.AspNetCore.DataProtection.AzureStorage
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0
Microsoft Azure Blob storrage support as key store.
Microsoft.AspNetCore.DataProtection.Extensions
by: Microsoft.AspNetCore.DataProtection.Extensions
- 1 total downloads
- Latest version: 1.0.5
Additional APIs for ASP.NET Core data protection.
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware for exception handling, exception display pages, and diagnostics information. Includes developer exception page middleware, exception handler middleware, runtime info middleware, status code page middleware, and welcome page middleware
Microsoft.AspNetCore.Diagnostics.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 4 total downloads
- Latest version: 2.0.0-preview1-final
ASP.NET Core middleware for Entity Framework Core error pages. Use this middleware to detect and diagnose errors with Entity Framework Core migrations.
Microsoft.AspNetCore.Hosting
by: Microsoft.AspNetCore.Hosting
- 1 total downloads
- Latest version: 1.0.0
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 3 total downloads
- Latest version: 1.1.0
ASP.NET Core hosting server abstractions for web applications.
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 2 total downloads
- Latest version: 1.1.3
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
- 4 total downloads
- Latest version: 1.1.1
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.UI
by: Microsoft
- 19 total downloads
- Latest version: 10.0.6
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/47fb725acf5d7094af51aebbb5b7e5c44a3b2a77
Microsoft.AspNetCore.Localization
by: Microsoft.AspNetCore.Localization
- 1 total downloads
- Latest version: 1.0.1
ASP.NET Core middleware for automatically applying culture information to HTTP requests. Culture information can be specified in the HTTP header, query string, cookie, or custom source.
Microsoft.AspNetCore.Localization.Routing
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
Provides a request culture provider which gets culture and ui-culture from request's route data.
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft.AspNetCore.MiddlewareAnalysis
- 1 total downloads
- Latest version: 1.0.1
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft
- 4 total downloads
- Latest version: 1.1.2
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.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 3.0.0-preview-18579-0056
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.ApiExplorer
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0-preview1-final
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
- 4 total downloads
- Latest version: 1.1.1
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.Cors
by: Microsoft.AspNetCore.Mvc.Cors
- 1 total downloads
- Latest version: 1.0.0-rc2-final
ASP.NET Core MVC cross-origin resource sharing (CORS) features.