Microsoft.AspNetCore.Mvc.Core
by: Microsoft
- 45.024k total downloads
- Latest version: 2.2.5
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
- 8.844k total downloads
- Latest version: 2.1.0
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.Mvc.DataAnnotations
by: Microsoft
- 8.107k total downloads
- Latest version: 2.1.0
ASP.NET Core MVC metadata and validation system using System.ComponentModel.DataAnnotations.
Microsoft.AspNetCore.Mvc.Formatters.Json
by: Microsoft
- 8.084k total downloads
- Latest version: 2.1.0
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.
Microsoft.AspNetCore.Mvc.Localization
by: Microsoft
- 8.201k total downloads
- Latest version: 2.1.0
ASP.NET Core MVC features that enable globalization and localization of applications.
Commonly used types:
Microsoft.AspNetCore.Mvc.Localization.IHtmlLocalizer<TResource>
Microsoft.AspNetCore.Mvc.Localization.IViewLocalizer
Microsoft.AspNetCore.Mvc.Razor
by: Microsoft
- 7.281k total downloads
- Latest version: 2.1.0
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 15.959k total downloads
- Latest version: 2.1.0
ASP.NET Core design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.RazorPages
by: Microsoft
- 8.344k total downloads
- Latest version: 2.1.0
ASP.NET Core MVC Razor Pages.
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft
- 7.755k total downloads
- Latest version: 2.1.0
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
- 8.124k total downloads
- Latest version: 2.1.0
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
- 15.343k total downloads
- Latest version: 2.1.0
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
- 7.748k total downloads
- Latest version: 2.1.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
- 15.016k total downloads
- Latest version: 2.1.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.Runtime
by: Microsoft
- 14.912k total downloads
- Latest version: 2.1.0
Runtime infrastructure for rendering Razor pages and tag helpers.
Microsoft.AspNetCore.Routing.Abstractions
by: Microsoft
- 7.453k total downloads
- Latest version: 2.1.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.WebUtilities
by: Microsoft
- 7.696k total downloads
- Latest version: 2.1.0
ASP.NET Core utilities, such as for working with forms, multipart messages, and query strings.
Microsoft.CodeAnalysis.Common
by: Microsoft
- 7.058k total downloads
- Latest version: 2.3.1
A shared package used by the Microsoft .NET Compiler Platform ("Roslyn"). Do not install this package manually, it will be added as a prerequisite by other packages that require it.
This package was built from the source at https://github.com/dotnet/roslyn/commit/57c813192bd494bb15aaa841f415f28f50438e19
Microsoft.CodeAnalysis.CSharp
by: Microsoft
- 7.063k total downloads
- Latest version: 2.3.1
This package was built from the source at https://github.com/dotnet/roslyn/commit/57c813192bd494bb15aaa841f415f28f50438e19
Microsoft.CodeAnalysis.Razor
by: Microsoft
- 15.078k total downloads
- Latest version: 2.1.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
Microsoft.CodeCoverage
by: Microsoft
- 48 total downloads
- Latest version: 16.2.0
Microsoft.CodeCoverage package brings infra for collecting code coverage from vstest.console.exe and "dotnet test".