Microsoft.AspNetCore.Components.WebAssembly.Server
by: Microsoft
- 9 total downloads
- Latest version: 11.0.0-preview.3.26207.106
Runtime server features for ASP.NET Core Blazor applications.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/a8b33e7593686eaee701cd124daaabff2311634f
Microsoft.AspNetCore.Cors
by: Microsoft
- 3 total downloads
- Latest version: 2.0.0
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.DataProtection
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core logic to protect and unprotect data, similar to DPAPI.
Microsoft.AspNetCore.DataProtection.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core data protection abstractions.
Commonly used types:
Microsoft.AspNetCore.DataProtection.IDataProtectionProvider
Microsoft.AspNetCore.DataProtection.IDataProtector
Microsoft.AspNetCore.Diagnostics
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-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
- 1 total downloads
- Latest version: 1.1.0-preview1-final
ASP.NET Core diagnostics middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Diagnostics.EntityFrameworkCore
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
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
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Http
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core default HTTP feature implementations.
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core HTTP feature interface definitions.
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 1 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
- 2 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.EntityFrameworkCore
by: Microsoft
- 2 total downloads
- Latest version: 1.1.4
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 7 total downloads
- Latest version: 10.0.2
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/44525024595742ebe09023abe709df51de65009b
Microsoft.AspNetCore.Localization.Routing
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Provides a request culture provider which gets culture and ui-culture from request's route data.
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc
by: Microsoft
- 1 total downloads
- Latest version: 1.1.1
ASP.NET Core MVC is a web framework that gives you a powerful, patterns-based way to build dynamic websites and web APIs. ASP.NET Core MVC enables a clean separation of concerns and gives you full control over markup.
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
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.Core
by: Microsoft
- 1 total downloads
- Latest version: 1.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
- 4 total downloads
- Latest version: 1.1.6
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.