Microsoft.AspNetCore.Mvc.Razor 2.3.0

Prefix Reserved
dotnet add package Microsoft.AspNetCore.Mvc.Razor --version 2.3.0
                    
NuGet\Install-Package Microsoft.AspNetCore.Mvc.Razor -Version 2.3.0
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.3.0" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Microsoft.AspNetCore.Mvc.Razor" Version="2.3.0" />
                    
Directory.Packages.props
<PackageReference Include="Microsoft.AspNetCore.Mvc.Razor" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Microsoft.AspNetCore.Mvc.Razor --version 2.3.0
                    
#r "nuget: Microsoft.AspNetCore.Mvc.Razor, 2.3.0"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#addin nuget:?package=Microsoft.AspNetCore.Mvc.Razor&version=2.3.0
                    
Install Microsoft.AspNetCore.Mvc.Razor as a Cake Addin
#tool nuget:?package=Microsoft.AspNetCore.Mvc.Razor&version=2.3.0
                    
Install Microsoft.AspNetCore.Mvc.Razor as a Cake Tool

ASP.NET Core MVC Razor view engine for CSHTML files.

Product Compatible and additional computed target framework versions.
.NET net5.0 was computed.  net5.0-windows was computed.  net6.0 was computed.  net6.0-android was computed.  net6.0-ios was computed.  net6.0-maccatalyst was computed.  net6.0-macos was computed.  net6.0-tvos was computed.  net6.0-windows was computed.  net7.0 was computed.  net7.0-android was computed.  net7.0-ios was computed.  net7.0-maccatalyst was computed.  net7.0-macos was computed.  net7.0-tvos was computed.  net7.0-windows was computed.  net8.0 was computed.  net8.0-android was computed.  net8.0-browser was computed.  net8.0-ios was computed.  net8.0-maccatalyst was computed.  net8.0-macos was computed.  net8.0-tvos was computed.  net8.0-windows was computed.  net9.0 was computed.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed. 
.NET Core netcoreapp2.0 was computed.  netcoreapp2.1 was computed.  netcoreapp2.2 was computed.  netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.0 is compatible.  netstandard2.1 was computed. 
.NET Framework net461 was computed.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen tizen40 was computed.  tizen60 was computed. 
Xamarin.iOS xamarinios was computed. 
Xamarin.Mac xamarinmac was computed. 
Xamarin.TVOS xamarintvos was computed. 
Xamarin.WatchOS xamarinwatchos was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (204)

Showing the top 5 NuGet packages that depend on Microsoft.AspNetCore.Mvc.Razor:

Package Downloads
Microsoft.AspNetCore.Mvc.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.Localization

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.RazorPages

ASP.NET Core MVC Razor Pages.

Microsoft.AspNetCore.App

Provides a default set of APIs for building an ASP.NET Core application. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

Microsoft.AspNetCore.All

Provides a default set of APIs for building an ASP.NET Core application, and also includes API for third-party integrations with ASP.NET Core. This package requires the ASP.NET Core runtime. This runtime is installed by the .NET Core SDK, or can be acquired separately using installers available at https://aka.ms/dotnet-download.

GitHub repositories (16)

Showing the top 16 popular GitHub repositories that depend on Microsoft.AspNetCore.Mvc.Razor:

Repository Stars
dotnet/AspNetCore.Docs
Documentation for ASP.NET Core
ServiceStack/ServiceStack
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
enkodellc/blazorboilerplate
Blazor Boilerplate / Starter Template with MudBlazor
castleproject/Windsor
Castle Windsor is a best of breed, mature Inversion of Control container available for .NET
security-code-scan/security-code-scan
Vulnerability Patterns Detector for C# and VB.NET
aspnet/Entropy
A chaotic experimental playground for new features and ideas - check here for small and simple samples for individual features.
WebApiContrib/WebAPIContrib.Core
Community Contributions for ASP.NET Core
TeslaFly01/SmartSqlT
🔥🔥🔥 SmartSQL 是一款方便、快捷的数据库文档查询、导出工具!该工具从最初支持CHM文档格式开始,通过不断地探索开发、集思广益和不断改进,又陆续支持Word、Excel、PDF、Html、Xml、Json、MarkDown等文档格式的导出。同时支持SqlServer、MySql、PostgreSQL、SQLite等多种数据库的文档查询和导出功能。
microsoft/SmartKG
This project accepts excel files as input which contains the description of a Knowledge Graph (Vertexes and Edges) and convert it into an in-memory Graph Store. This project implements APIs to search/filter/get nodes and relations from the in-memory Knowledge Graph. This project also provides a dialog management framework and enable a chatbot based on its knowledge graph.
SaiGonSoftware/Awesome-CMS-Core
Awesome CMS Core is an open source CMS built using ASP.Net Core & ReactJS with module seperation concern in mind and provide lastest trend of technology like .Net Core, React, Webpack, SASS, Background Job, Message Queue.
mKenfenheuer/steam-deck-windows-usermode-driver
A windows usermode controller driver for the steam deck internal controller.
merken/Prise
A .NET Plugin Framework.
DamianEdwards/TagHelperPack
A set of useful, and possibly opinionated, Tag Helpers for ASP.NET Core
mcintyre321/FormFactory
MVC5, Core or standalone - Generate rich HTML5 forms from your ViewModels, or build them programatically
OdeToCode/AddFeatureFolders
Enable feature folders for MVC controllers and views in ASP.NET Core
Wyamio/Wyam
A modular static content and static site generator.
Version Downloads Last updated
2.3.0 668,156 1/14/2025
2.2.0 117,314,462 12/3/2018 2.2.0 is deprecated because it is no longer maintained.
2.2.0-preview3-35497 89,224 10/17/2018 2.2.0-preview3-35497 is deprecated because it is no longer maintained.
2.2.0-preview2-35157 36,035 9/12/2018 2.2.0-preview2-35157 is deprecated because it is no longer maintained.
2.2.0-preview1-35029 21,402 8/22/2018 2.2.0-preview1-35029 is deprecated because it is no longer maintained.
2.1.3 25,942,987 10/1/2018
2.1.2 7,506,137 8/21/2018
2.1.1 18,242,584 6/18/2018
2.1.0 28,496,622 5/29/2018
2.1.0-rc1-final 106,005 5/6/2018 2.1.0-rc1-final is deprecated because it is no longer maintained.
2.1.0-preview2-final 118,243 4/10/2018 2.1.0-preview2-final is deprecated because it is no longer maintained.
2.1.0-preview1-final 132,194 2/26/2018 2.1.0-preview1-final is deprecated because it is no longer maintained.
2.0.4 6,509,695 5/7/2018 2.0.4 is deprecated because it is no longer maintained.
2.0.3 7,032,029 3/13/2018 2.0.3 is deprecated because it is no longer maintained.
2.0.2 8,656,900 1/9/2018 2.0.2 is deprecated because it is no longer maintained.
2.0.1 8,486,625 11/14/2017 2.0.1 is deprecated because it is no longer maintained.
2.0.0 24,814,212 8/11/2017 2.0.0 is deprecated because it is no longer maintained.
2.0.0-preview2-final 100,486 6/27/2017 2.0.0-preview2-final is deprecated because it is no longer maintained.
2.0.0-preview1-final 24,854 5/10/2017 2.0.0-preview1-final is deprecated because it is no longer maintained.
1.1.8 1,294,318 7/10/2018 1.1.8 is deprecated because it is no longer maintained.
1.1.7 138,439 3/13/2018 1.1.7 is deprecated because it is no longer maintained.
1.1.6 133,059 12/12/2017 1.1.6 is deprecated because it is no longer maintained.
1.1.5 47,656 11/14/2017 1.1.5 is deprecated because it is no longer maintained.
1.1.4 171,840 9/20/2017 1.1.4 is deprecated because it is no longer maintained.
1.1.3 3,525,692 5/9/2017 1.1.3 is deprecated because it is no longer maintained.
1.1.2 3,999,056 3/6/2017 1.1.2 is deprecated because it is no longer maintained; 1.1.2 has at least one vulnerability with high severity.
1.1.1 713,053 1/27/2017 1.1.1 is deprecated because it is no longer maintained; 1.1.1 has at least one vulnerability with high severity.
1.1.0 2,106,061 11/16/2016 1.1.0 is deprecated because it is no longer maintained; 1.1.0 has at least one vulnerability with high severity.
1.1.0-preview1-final 27,181 10/24/2016 1.1.0-preview1-final is deprecated because it is no longer maintained.
1.0.6 276,983 11/14/2017 1.0.6 is deprecated because it is no longer maintained.
1.0.5 14,860 9/20/2017 1.0.5 is deprecated because it is no longer maintained.
1.0.4 136,412 5/9/2017 1.0.4 is deprecated because it is no longer maintained.
1.0.3 2,056,680 3/6/2017 1.0.3 is deprecated because it is no longer maintained; 1.0.3 has at least one vulnerability with high severity.
1.0.2 520,954 12/12/2016 1.0.2 is deprecated because it is no longer maintained; 1.0.2 has at least one vulnerability with high severity.
1.0.1 775,062 9/13/2016 1.0.1 is deprecated because it is no longer maintained; 1.0.1 has at least one vulnerability with high severity.
1.0.0 3,304,725 6/27/2016 1.0.0 is deprecated because it is no longer maintained; 1.0.0 has at least one vulnerability with high severity.
1.0.0-rc2-final 150,996 5/16/2016 1.0.0-rc2-final is deprecated because it is no longer maintained.