Microsoft.AspNetCore.Hosting.Abstractions by: Microsoft
  • 24 total downloads
  • Latest version: 2.2.0
  • aspnetcore hosting
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
  • 7 total downloads
  • Latest version: 2.2.0
  • aspnetcore hosting
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.Html.Abstractions by: Microsoft
  • 18 total downloads
  • Latest version: 2.2.0
  • aspnetcore
ASP.NET Core HTML abstractions used for building HTML content. Commonly used types: Microsoft.AspNetCore.Html.HtmlString Microsoft.AspNetCore.Html.IHtmlContent This package was built from the source code at https://github.com/aspnet/HtmlAbstractions/tree/6c5ca90d81f9013a8652da4c1752bd0b4d18e908
Microsoft.AspNetCore.Http by: Microsoft
  • 4 total downloads
  • Latest version: 2.2.0-preview1-35029
  • aspnetcore
ASP.NET Core default HTTP feature implementations. This package was built from the source at: https://github.com/aspnet/HttpAbstractions/tree/26b9bc06b2e3d293e055932a53f5a69b1e47208a
Microsoft.AspNetCore.Http.Abstractions by: Microsoft
  • 1 total downloads
  • Latest version: 1.1.1
  • aspnetcore
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.Connections.Common by: Microsoft
  • 34 total downloads
  • Latest version: 9.0.0-preview.3.24172.13
  • aspnetcore signalr
Common primitives for ASP.NET Connection Handlers and clients This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d4eca39c3fc1944b2c6431bf6b22036bdb176c0d
Microsoft.AspNetCore.Http.Extensions by: Microsoft
  • 6 total downloads
  • Latest version: 2.2.0
  • aspnetcore
ASP.NET Core common extension methods for HTTP abstractions, HTTP headers, HTTP request/response, and session state. This package was built from the source code at https://github.com/aspnet/HttpAbstractions/tree/91db78cf926939821bc96e8e60616cf5dde0b489
Microsoft.AspNetCore.Http.Features by: Microsoft
  • 74 total downloads
  • Latest version: 6.0.0-preview.4.21253.5
  • aspnetcore
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.HttpsPolicy by: Microsoft
  • 1 total downloads
  • Latest version: 2.1.0-preview1-final
  • aspnetcore https hsts
ASP.NET Core basic middleware for supporting HTTPS Redirection and HTTP Strict-Transport-Security.
Microsoft.AspNetCore.Identity.EntityFrameworkCore by: Microsoft
  • 12 total downloads
  • Latest version: 2.2.0-preview2-35157
  • aspnetcore entityframeworkcore identity membership
ASP.NET Core Identity provider that uses Entity Framework Core. This package was built from the source at: https://github.com/aspnet/Identity/tree/8304283fb1bbbed64c7c4715a25c19b5f2d41097
Microsoft.AspNetCore.Identity.UI by: Microsoft
  • 130 total downloads
  • Latest version: 9.0.0-preview.7.24406.2
  • aspnetcore identity membership razorpages
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/abc2c7226ff616316cd1e05d76e6c36b49ce06a1
Microsoft.AspNetCore.Mvc by: Microsoft
  • 28 total downloads
  • Latest version: 2.2.0
  • aspnetcore aspnetcoremvc
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. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea
Microsoft.AspNetCore.Mvc.Core by: Microsoft
  • 13 total downloads
  • Latest version: 2.2.5
  • aspnetcore aspnetcoremvc
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 This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/33c2d01092d9a1b7a583fe99a50b15686e2b7de9
Microsoft.AspNetCore.Mvc.Cors by: Microsoft
  • 6 total downloads
  • Latest version: 2.2.0
  • aspnetcore aspnetcoremvc cors
ASP.NET Core MVC cross-origin resource sharing (CORS) features. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea
Microsoft.AspNetCore.Mvc.DataAnnotations by: Microsoft
  • 26 total downloads
  • Latest version: 2.2.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations. This package was built from the source code at https://github.com/aspnet/Mvc/tree/a6199bbfbab05583f987bae322fb04566841aaea
Microsoft.AspNetCore.Mvc.Formatters.Json by: Microsoft
  • 22 total downloads
  • Latest version: 2.2.0-preview2-35157
  • aspnetcore aspnetcoremvc json
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET. This package was built from the source at: https://github.com/aspnet/Mvc/tree/b9793f0a1d9a75940c50e31e956d09397a5d1876
Microsoft.AspNetCore.Mvc.Formatters.Xml by: Microsoft
  • 13 total downloads
  • Latest version: 2.1.2
  • aspnetcore aspnetcoremvc xml
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Mvc.Razor by: Microsoft
  • 4 total downloads
  • Latest version: 2.1.3
  • aspnetcore;aspnetcoremvc;cshtml;razor
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Mvc.Razor.Extensions by: Microsoft
  • 2 total downloads
  • Latest version: 6.0.10
  • aspnetcoremvc
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/32e8c8cae5b1a4dd752d0a42a6f8a2813f75f173
Microsoft.AspNetCore.Mvc.Razor.Host by: Microsoft
  • 12 total downloads
  • Latest version: 1.1.8
  • aspnetcore,aspnetcoremvc,cshtml,razor
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.