Microsoft.AspNetCore.Identity.EntityFrameworkCore
by: Microsoft
- 3 total downloads
- Latest version: 2.1.2
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 4 total downloads
- Latest version: 9.0.9
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/aspnetcore/tree/ff66c263be7ed395794bdaf616322977b8ec897c
Microsoft.AspNetCore.JsonPatch
by: Microsoft
- 58 total downloads
- Latest version: 11.0.0-preview.3.26207.106
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/a8b33e7593686eaee701cd124daaabff2311634f
Microsoft.AspNetCore.Localization
by: Microsoft
- 1 total downloads
- Latest version: 2.2.0-preview2-35157
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.
This package was built from the source at:
https://github.com/aspnet/Localization/tree/d6a783ae523c85943131f420269b1f7a4bef563a
Microsoft.AspNetCore.Metadata
by: Microsoft
- 5 total downloads
- Latest version: 8.0.19
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/277e317dd5cab9859ceea4c8ebae218522c2c173
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-rc1-final
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc
by: Microsoft
- 2 total downloads
- Latest version: 1.1.7
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: 2.0.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.Core
by: Microsoft
- 3 total downloads
- Latest version: 2.1.16
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
- 1 total downloads
- Latest version: 2.1.3
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 6 total downloads
- Latest version: 6.0.27
ASP.NET Core design time hosting infrastructure for the Razor view engine.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/417d650029c720dbd2138bcafbb78e2e4ff31bff
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
Build-time references required to enable Razor view compilation as part of building the application.
Microsoft.AspNetCore.Mvc.Testing
by: Microsoft
- 3 total downloads
- Latest version: 2.3.9
Support for writing functional tests for MVC applications.
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 17 total downloads
- Latest version: 11.0.0-preview.3.26207.106
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/a8b33e7593686eaee701cd124daaabff2311634f
Microsoft.AspNetCore.Razor
by: Microsoft.AspNetCore.Razor
- 1 total downloads
- Latest version: 1.0.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor parser and code generation infrastructure.
Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 5 total downloads
- Latest version: 6.0.10
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/32e8c8cae5b1a4dd752d0a42a6f8a2813f75f173
Microsoft.AspNetCore.Razor.Runtime
by: Microsoft
- 2 total downloads
- Latest version: 2.2.0-preview2-35157
Runtime infrastructure for rendering Razor pages and tag helpers.
This package was built from the source at:
https://github.com/aspnet/Razor/tree/d1f2b5cfc499dfee114f1ac8dfe9b619ced76874
Microsoft.AspNetCore.ResponseCaching.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.1.0-preview2-final
ASP.NET Core response caching middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.ResponseCompression
by: Microsoft
- 1 total downloads
- Latest version: 2.3.9
ASP.NET Core middleware for HTTP Response compression.
Microsoft.AspNetCore.Rewrite
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0
ASP.NET Core basic middleware for rewriting URLs. Includes:
* Support for custom URL rewrite rules
* Support for running IIS URL Rewrite module rules
* Support for running Apache mod_rewrite rules.