Microsoft.AspNetCore.Mvc.Razor.Extensions by: Microsoft
  • 1.566k total downloads
  • Latest version: 6.0.36
  • 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/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc
Microsoft.AspNetCore.Mvc.Razor.Host by: Microsoft
  • 196 total downloads
  • Latest version: 1.1.8
  • aspnetcore aspnetcoremvc cshtml razor
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.RazorPages by: Microsoft
  • 226 total downloads
  • Latest version: 2.3.0
  • aspnetcore aspnetcoremvc cshtml razor
ASP.NET Core MVC Razor Pages.
Microsoft.AspNetCore.Mvc.TagHelpers by: Microsoft
  • 367 total downloads
  • Latest version: 2.3.0
  • aspnetcore aspnetcoremvc taghelper taghelpers
ASP.NET Core MVC default tag helpers. Contains tag helpers for anchor tags, HTML input elements, caching, scripts, links (for CSS), and more.
Microsoft.AspNetCore.Mvc.ViewFeatures by: Microsoft
  • 403 total downloads
  • Latest version: 2.3.0
  • aspnetcore aspnetcoremvc
ASP.NET Core MVC view rendering features. Contains common types used in most MVC applications as well as view rendering features such as view engines, views, view components, and HTML helpers. Commonly used types: Microsoft.AspNetCore.Mvc.Controller Microsoft.AspNetCore.Mvc.ValidateAntiForgeryTokenAttribute Microsoft.AspNetCore.Mvc.ViewComponent
Microsoft.AspNetCore.Razor by: Microsoft
  • 295 total downloads
  • Latest version: 2.3.0
  • taghelper taghelpers
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
Microsoft.AspNetCore.Razor.Design by: Microsoft
  • 144 total downloads
  • Latest version: 2.3.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains MSBuild support for Razor.
Microsoft.AspNetCore.Razor.Language by: Microsoft
  • 1.526k total downloads
  • Latest version: 6.0.36
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/64ea4108e7dcf1ca575f8dd2028363b0b1ef6ebc
Microsoft.AspNetCore.Razor.Runtime by: Microsoft
  • 293 total downloads
  • Latest version: 2.3.0
  • taghelper taghelpers
Runtime infrastructure for rendering Razor pages and tag helpers.
Microsoft.AspNetCore.ResponseCaching.Abstractions by: Microsoft
  • 349 total downloads
  • Latest version: 2.3.0
  • aspnetcore cache caching
ASP.NET Core response caching middleware abstractions and feature interface definitions.
Microsoft.AspNetCore.Routing by: Microsoft
  • 336 total downloads
  • Latest version: 2.3.0
  • aspnetcore routing
ASP.NET Core middleware for routing requests to application logic and for generating links. Commonly used types: Microsoft.AspNetCore.Routing.Route Microsoft.AspNetCore.Routing.RouteCollection
Microsoft.AspNetCore.Routing.Abstractions by: Microsoft
  • 352 total downloads
  • Latest version: 2.3.0
  • aspnetcore routing
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.SignalR.Client by: Microsoft
  • 2.833k total downloads
  • Latest version: 10.0.1
  • aspnetcore signalr
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.SignalR.Client.Core by: Microsoft
  • 2.999k total downloads
  • Latest version: 10.0.1
  • aspnetcore signalr
Client for ASP.NET Core SignalR This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.SignalR.Common by: Microsoft
  • 2.632k total downloads
  • Latest version: 10.0.1
  • aspnetcore signalr
Common serialization primitives for SignalR Clients Servers This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.SignalR.Protocols.Json by: Microsoft
  • 2.655k total downloads
  • Latest version: 10.0.1
  • aspnetcore signalr
Implements the SignalR Hub Protocol using System.Text.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson by: Microsoft
  • 2.623k total downloads
  • Latest version: 10.0.1
  • aspnetcore signalr
Implements the SignalR Hub Protocol using Newtonsoft.Json. This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.AspNetCore.StaticFiles by: Microsoft
  • 329 total downloads
  • Latest version: 2.3.0
  • aspnetcore staticfiles
ASP.NET Core static files middleware. Includes middleware for serving static files, directory browsing, and default files.
Microsoft.AspNetCore.WebUtilities by: Microsoft
  • 939 total downloads
  • Latest version: 10.0.1
  • aspnetcore
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings. This package was built from the source code at https://github.com/dotnet/dotnet/tree/fad253f51b461736dfd3cd9c15977bb7493becef
Microsoft.Bcl by: Microsoft
  • 56 total downloads
  • Latest version: 1.1.10
  • BCL Microsoft System Task IProgress
This packages enables projects targeting down-level platforms to use some of the types added in later versions including: - CallerMemberNameAttribute - CallerLineNumberAttribute - CallerFilePathAttribute - Tuple<T1, T2, ...> - IProgress<T> - IStructuralComparable - IStructuralEquatable - Task - InvalidDataException These types are "unified" to their later version equivalent. For example, when running on .NET Framework 4.5, IProgress<T> from this package will be seen by the runtime as the same type as the one already available in the platform. Supported Platforms: - .NET Framework 4 (with KB2468871) - Windows 8 - Windows Phone 8.1 - Windows Phone Silverlight 7.5 - Silverlight 4 - Portable Class Libraries This package is only required for projects targeting .NET Framework 4.5, Windows 8, Windows Phone Silverlight 8, or Windows Phone 8.1 when consuming a library that uses this package.