Microsoft.CodeAnalysis.Razor
2.2.0
Razor is a markup syntax for adding server-side logic to web pages. This package contains the Razor design-time infrastructure.
Install-Package Microsoft.CodeAnalysis.Razor -Version 2.2.0
dotnet add package Microsoft.CodeAnalysis.Razor --version 2.2.0
<PackageReference Include="Microsoft.CodeAnalysis.Razor" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Microsoft.CodeAnalysis.Razor --version 2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Microsoft.CodeAnalysis.Razor, 2.2.0"
#r directive can be used in F# Interactive, C# scripting and .NET Interactive. Copy this into the interactive tool or source code of the script to reference the package.
// Install Microsoft.CodeAnalysis.Razor as a Cake Addin
#addin nuget:?package=Microsoft.CodeAnalysis.Razor&version=2.2.0
// Install Microsoft.CodeAnalysis.Razor as a Cake Tool
#tool nuget:?package=Microsoft.CodeAnalysis.Razor&version=2.2.0
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
Dependencies
-
.NETFramework 4.6
- Microsoft.AspNetCore.Razor.Language (>= 2.2.0)
- Microsoft.CodeAnalysis.Common (>= 2.8.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.8.0)
- System.Runtime.InteropServices.RuntimeInformation (>= 4.3.0)
-
.NETStandard 2.0
- Microsoft.AspNetCore.Razor.Language (>= 2.2.0)
- Microsoft.CodeAnalysis.Common (>= 2.8.0)
- Microsoft.CodeAnalysis.CSharp (>= 2.8.0)
Used By
NuGet packages (4)
Showing the top 4 NuGet packages that depend on Microsoft.CodeAnalysis.Razor:
| Package | Downloads |
|---|---|
|
Microsoft.AspNetCore.Mvc.Razor.Extensions
ASP.NET Core design time hosting infrastructure for the Razor view engine.
|
|
|
Microsoft.AspNetCore.Mvc.Razor
ASP.NET Core MVC Razor view engine for CSHTML files.
|
|
|
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.
|
|
|
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.
|