Microsoft.AspNetCore.Metadata
by: Microsoft
- 16 total downloads
- Latest version: 9.0.8
ASP.NET Core metadata.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/215a587e52efa710de84138b0a3374b860b924d8
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 13 total downloads
- Latest version: 10.0.0
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
This package was built from the source code at https://github.com/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft
- 1 total downloads
- Latest version: 1.1.5
ASP.NET Core MVC abstractions and interfaces for action invocation and dispatching, authorization, action filters, formatters, model binding, routing, validation, and more.
Commonly used types:
Microsoft.AspNetCore.Mvc.IActionResult
Microsoft.AspNetCore.Mvc.Analyzers
by: Microsoft
- 2 total downloads
- Latest version: 2.3.0
CSharp Analyzers for ASP.NET Core MVC.
Microsoft.AspNetCore.Mvc.Cors
by: Microsoft
- 4 total downloads
- Latest version: 2.1.0-preview1-final
ASP.NET Core MVC cross-origin resource sharing (CORS) features.
Microsoft.AspNetCore.Mvc.DataAnnotations
by: Microsoft
- 4 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
- 5 total downloads
- Latest version: 2.2.0-preview1-35029
ASP.NET Core MVC formatters for XML input and output using DataContractSerializer and XmlSerializer.
This package was built from the source at:
https://github.com/aspnet/Mvc/tree/522006d2c866add522a546aa3b4720577f1cee57
Microsoft.AspNetCore.Mvc.Localization
by: Microsoft
- 4 total downloads
- Latest version: 2.2.0-preview2-35157
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
This package was built from the source at:
https://github.com/aspnet/Mvc/tree/b9793f0a1d9a75940c50e31e956d09397a5d1876
Microsoft.AspNetCore.Mvc.NewtonsoftJson
by: Microsoft
- 14 total downloads
- Latest version: 10.0.0
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/dotnet/dotnet/tree/b0f34d51fccc69fd334253924abd8d6853fad7aa
Microsoft.AspNetCore.Mvc.Razor
by: Microsoft
- 2 total downloads
- Latest version: 2.1.0
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Mvc.Razor.Extensions
by: Microsoft
- 14 total downloads
- Latest version: 6.0.20
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/39e0501ee91dcf2b9b885d647795184815fb0408
Microsoft.AspNetCore.Mvc.Razor.Host
by: Microsoft
- 4 total downloads
- Latest version: 1.1.4
ASP.NET Core MVC design time hosting infrastructure for the Razor view engine.
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
by: Microsoft
- 25 total downloads
- Latest version: 2.2.0
Build-time references required to enable Razor view compilation as part of building the application.
Microsoft.AspNetCore.Mvc.ViewFeatures
by: Microsoft
- 5 total downloads
- Latest version: 2.2.0-preview2-35157
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
This package was built from the source at:
https://github.com/aspnet/Mvc/tree/b9793f0a1d9a75940c50e31e956d09397a5d1876
Microsoft.AspNetCore.NodeServices
by: Microsoft
- 90 total downloads
- Latest version: 5.0.0-preview.8.20414.8
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/a4938d07a5127ffad8466ddf703a6b5b21f4b0c9
Microsoft.AspNetCore.OpenApi
by: Microsoft
- 1 total downloads
- Latest version: 8.0.21
Provides APIs for annotating route handler endpoints in ASP.NET Core with OpenAPI annotations.
This package was built from the source code at https://github.com/dotnet/aspnetcore/tree/6254f5ca64f85b90327592dff67ea6b2ec0262c6
Microsoft.AspNetCore.Razor
by: Microsoft
- 4 total downloads
- Latest version: 2.2.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
This package was built from the source code at https://github.com/aspnet/Razor/tree/8ba0a894256e4b5c5385db9b5aac32fdbd046f3a
Microsoft.AspNetCore.Razor.Language
by: Microsoft
- 3 total downloads
- Latest version: 6.0.28
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/3b519aa7d1a1b66e1d329d694f814e1d8228dc8c
Microsoft.AspNetCore.Razor.Runtime
by: Microsoft
- 3 total downloads
- Latest version: 2.1.0-preview1-final
Runtime infrastructure for rendering Razor pages and tag helpers.
Microsoft.AspNetCore.ResponseCaching
by: Microsoft
- 7 total downloads
- Latest version: 2.1.1
ASP.NET Core middleware for caching HTTP responses on the server.