Microsoft.AspNetCore.Mvc
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-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.ApiExplorer
by: Microsoft
- 1 total downloads
- Latest version: 1.1.6
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.Cors
by: Microsoft
- 5 total downloads
- Latest version: 2.1.1
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.Mvc.NewtonsoftJson
by: Microsoft
- 1 total downloads
- Latest version: 3.1.17
ASP.NET Core MVC features that use Newtonsoft.Json. Includes input and output formatters for JSON and JSON PATCH.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/535da07711bd5e2d8e44c0ea10bd2c8be1a9a584
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 24 total downloads
- Latest version: 6.0.35
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/827b96040e62e5aa47d829bfa61c000d315d4f2e
Microsoft.AspNetCore.Mvc.Testing
by: Microsoft
- 3 total downloads
- Latest version: 5.0.0-rc.2.20475.17
Support for writing functional tests for MVC applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/25bd01f17d5f01fc78bea5eb5308b2c0d79e2889
Microsoft.AspNetCore.NodeServices
by: Microsoft
- 3 total downloads
- Latest version: 5.0.0-preview.4.20257.10
Invoke Node.js modules at runtime in ASP.NET Core applications.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/cdfa43bbe0ecc13757cc6517c9a253de77c3ec56
Microsoft.AspNetCore.Owin
by: Microsoft
- 23 total downloads
- Latest version: 5.0.9
ASP.NET Core component for running OWIN middleware in an ASP.NET Core application, and to run ASP.NET Core middleware in an OWIN application.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/c663adee8e64ba5d379fa0edfb8201984a7df7d0
Microsoft.AspNetCore.Razor
by: Microsoft
- 10 total downloads
- Latest version: 2.2.0-preview3-35497
Razor is a markup syntax for adding server-side logic to web pages. This package contains runtime components for rendering Razor pages and implementing tag helpers.
Commonly used types:
Microsoft.AspNetCore.Razor.TagHelpers.HtmlAttributeNameAttribute
Microsoft.AspNetCore.Razor.TagHelpers.HtmlTargetElementAttribute
Microsoft.AspNetCore.Razor.TagHelpers.ITagHelper
This package was built from the source at:
https://github.com/aspnet/Razor/tree/82276ece2f258c6e977f1ad848da2add3bb6c859
Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 1 total downloads
- Latest version: 5.0.8
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/ae2eabad0e49302d0632a7dde917fdc68d960dc4
Microsoft.AspNetCore.Routing.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0
ASP.NET Core abstractions for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.IRouter
Microsoft.AspNetCore.Routing.RouteData
Microsoft.AspNetCore.Server.HttpSys
by: Microsoft
- 4 total downloads
- Latest version: 2.2.6
ASP.NET Core HTTP server that uses the Windows HTTP Server API.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/e7f262e33108e92fc8805b925cc04b07d254118b
Microsoft.AspNetCore.Server.Kestrel
by: Microsoft
- 12 total downloads
- Latest version: 2.2.0-preview3-35497
ASP.NET Core Kestrel cross-platform web server.
This package was built from the source at:
https://github.com/aspnet/KestrelHttpServer/tree/3a1cf72451d5e2080e74827ebbc61586a3e73956
Microsoft.AspNetCore.Server.Kestrel.Transport.Libuv
by: Microsoft
- 1 total downloads
- Latest version: 3.1.0
Libuv transport for the ASP.NET Core Kestrel cross-platform web server.
This package was built from the source code at https://github.com/aspnet/AspNetCore/tree/2b7e994b8a304700a09617ffc5052f0d943bbcba
Microsoft.AspNetCore.Server.Kestrel.Transport.Sockets
by: Microsoft
- 1 total downloads
- Latest version: 2.3.0
Managed socket transport for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.SignalR.Common
by: Microsoft
- 3 total downloads
- Latest version: 9.0.11
Common serialization primitives for SignalR Clients Servers
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/d3aba8fe1a0d0f5c145506f292b72ea9d28406fc
Microsoft.AspNetCore.SignalR.Protocols.Json
by: Microsoft
- 1 total downloads
- Latest version: 8.0.0-preview.2.23153.2
Implements the SignalR Hub Protocol using System.Text.Json.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/5ae8106f83d4d23cd0a2d2474c1b15e4d5dfc9eb
Microsoft.AspNetCore.SignalR.Redis
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-alpha1-final
Redis for ASP.NET Core SignalR.
Microsoft.AspNetCore.SpaServices
by: Microsoft
- 2 total downloads
- Latest version: 2.0.0
Helpers for building single-page applications on ASP.NET MVC Core.
Microsoft.AspNetCore.StaticFiles
by: Microsoft
- 3 total downloads
- Latest version: 2.3.0
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.