Microsoft.AspNetCore.Hosting
by: Microsoft
- 3 total downloads
- Latest version: 1.1.1
ASP.NET Core hosting infrastructure and startup logic for web applications.
Microsoft.AspNetCore.Hosting.Server.Abstractions
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
ASP.NET Core hosting server abstractions 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.Connections.Common
by: Microsoft
- 6 total downloads
- Latest version: 11.0.0-preview.2.26159.112
Common primitives for ASP.NET Connection Handlers and clients
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.Http.Features
by: Microsoft
- 4 total downloads
- Latest version: 5.0.3
ASP.NET Core HTTP feature interface definitions.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d827c653b787c07de908240b7746ce34d3e6271e
Microsoft.AspNetCore.HttpOverrides
by: Microsoft
- 2 total downloads
- Latest version: 2.3.5
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
- 1 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
- 1 total downloads
- Latest version: 1.1.6
ASP.NET Core Identity provider that uses Entity Framework Core.
Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 7 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.JsonPatch
by: Microsoft
- 4 total downloads
- Latest version: 10.0.7
ASP.NET Core support for JSON PATCH.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/b16286c2284fecf303dbc12a0bb152476d662e44
Microsoft.AspNetCore.Metadata
by: Microsoft
- 7 total downloads
- Latest version: 11.0.0-preview.2.26159.112
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 2 total downloads
- Latest version: 2.3.8
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: 2.0.0-preview1-final
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.Analyzers
by: Microsoft
- 1 total downloads
- Latest version: 2.1.1
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.Core
by: Microsoft
- 1 total downloads
- Latest version: 2.3.8
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
- 6 total downloads
- Latest version: 2.2.0-preview2-35157
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
This package was built from the source at:
https://github.com/aspnet/Mvc/tree/b9793f0a1d9a75940c50e31e956d09397a5d1876
Microsoft.AspNetCore.Mvc.Formatters.Xml
by: Microsoft
- 1 total downloads
- Latest version: 2.1.2
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
Microsoft.AspNetCore.Mvc.Razor
by: Microsoft
- 1 total downloads
- Latest version: 1.1.3
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 5 total downloads
- Latest version: 6.0.29
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/c83354d42e63d2bb07e6b24b7c67ef91e434f359
Microsoft.AspNetCore.NodeServices
by: Microsoft
- 1 total downloads
- Latest version: 2.3.8
Invoke Node.js modules at runtime in ASP.NET Core applications.