Microsoft.AspNetCore.Identity.UI
by: Microsoft
- 9 total downloads
- Latest version: 10.0.0-preview.6.25358.103
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/75972a5ba730bdaf7cf3a34f528ab0f5c7f05183
Microsoft.AspNetCore.MiddlewareAnalysis
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
ASP.NET Core middleware for analyzing middleware in the request pipeline with System.Diagnostics.DiagnosticSource.
Microsoft.AspNetCore.Mvc.Abstractions
by: Microsoft.AspNetCore.Mvc.Abstractions
- 1 total downloads
- Latest version: 1.0.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.ApiExplorer
by: Microsoft
- 1 total downloads
- Latest version: 1.1.2
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.Formatters.Json
by: Microsoft
- 2 total downloads
- Latest version: 1.1.0-preview1-final
ASP.NET Core MVC formatters for JSON input and output and for JSON PATCH input using Json.NET.
Microsoft.AspNetCore.Mvc.Formatters.Xml
by: Microsoft
- 2 total downloads
- Latest version: 1.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: 2.0.0
ASP.NET Core MVC Razor view engine for CSHTML files.
Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
by: Microsoft.AspNetCore.Mvc.Razor.ViewCompilation
- 1 total downloads
- Latest version: 1.1.0-msbuild3-update1
Build-time references required to enable Razor view compilation as part of building the application.
Microsoft.AspNetCore.Mvc.TagHelpers
by: Microsoft.AspNetCore.Mvc.TagHelpers
- 1 total downloads
- Latest version: 1.0.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
- 1 total downloads
- Latest version: 2.0.0-preview2-final
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.OpenApi
by: Microsoft
- 1 total downloads
- Latest version: 11.0.0-preview.2.26159.112
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/dotnet/tree/17d11de66cf75b962995c81dd1235fae9aa5ece0
Microsoft.AspNetCore.Razor
by: Microsoft
- 1 total downloads
- Latest version: 2.0.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
- 1 total downloads
- Latest version: 1.1.0-preview1-final
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.ResponseCaching
by: Microsoft
- 1 total downloads
- Latest version: 1.1.0
ASP.NET Core middleware for caching HTTP responses on the server.
Microsoft.AspNetCore.Routing
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview1-final
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.AspNetCore.Routing.Abstractions
- 1 total downloads
- Latest version: 1.0.3
ASP.NET Core abstractions for routing requests to application logic and for generating links.
Commonly used types:
Microsoft.AspNetCore.Routing.IRouteHandler
Microsoft.AspNetCore.Routing.RouteData.
Microsoft.AspNetCore.Server.IISIntegration
by: Microsoft.AspNetCore.Server.IISIntegration
- 2 total downloads
- Latest version: 1.0.4
ASP.NET Core components for working with the IIS AspNetCoreModule.
Microsoft.AspNetCore.Server.Kestrel.Https
by: Microsoft
- 7 total downloads
- Latest version: 1.1.1
HTTPS support for the ASP.NET Core Kestrel cross-platform web server.
Microsoft.AspNetCore.Session
by: Microsoft
- 1 total downloads
- Latest version: 2.0.0-preview2-final
ASP.NET Core session state middleware.
Microsoft.AspNetCore.SignalR
by: Microsoft
- 1 total downloads
- Latest version: 1.0.0-alpha2-final
Components for providing real-time bi-directional communication across the Web.