Razor.Templating.Core 1.0.0

Suggested Alternatives

Razor.Templating.Core 1.5.0

Additional Details

Kindly update the package to v1.5.0 as some critical bugs were fixed in this version.

There is a newer version of this package available.
See the version list below for details.
dotnet add package Razor.Templating.Core --version 1.0.0
NuGet\Install-Package Razor.Templating.Core -Version 1.0.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="Razor.Templating.Core" Version="1.0.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Razor.Templating.Core --version 1.0.0
#r "nuget: Razor.Templating.Core, 1.0.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.
// Install Razor.Templating.Core as a Cake Addin
#addin nuget:?package=Razor.Templating.Core&version=1.0.0

// Install Razor.Templating.Core as a Cake Tool
#tool nuget:?package=Razor.Templating.Core&version=1.0.0

Razor Templating

Using RazorEngine for HTML templating has never been so easy like this. This can be used is any type of dotnet core application #Example:

var model = new ExampleModel()
{
    PlainText = "Some text",
    HtmlContent = "<em>Some emphasized text</em>"
};

var viewData = new Dictionary<string, object>();
viewData["Value1"] = "1";
viewData["Value2"] = "2";

var html = await RazorTemplateEngine.RenderAsync("/Views/ExampleView.cshtml", model, viewData);

References:
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. 
.NET Core netcoreapp3.0 was computed.  netcoreapp3.1 was computed. 
.NET Standard netstandard2.1 is compatible. 
MonoAndroid monoandroid was computed. 
MonoMac monomac was computed. 
MonoTouch monotouch was computed. 
Tizen 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 (15)

Showing the top 5 NuGet packages that depend on Razor.Templating.Core:

Package Downloads
Sitko.Core.App.Web

Sitko.Core is a set of libraries to help build .NET Core applications fast

FenixAlliance.ACL.Dependencies

Application Component for the Alliance Business Suite.

Bnsights.Core

Package Description

Digizuite.Optimizely

The official integration between Digizuite DAM and Optimizely CMS.

FinancialModuleAuxiliary

Package Description

GitHub repositories (2)

Showing the top 2 popular GitHub repositories that depend on Razor.Templating.Core:

Repository Stars
sitkoru/Sitko.Core
Sitko.Core is a set of libraries to help build .NET Core applications fast
LANCommander/LANCommander
Version Downloads Last updated
2.0.0-rc.1 991 3/4/2024
1.9.0 293,813 8/25/2023
1.9.0-rc.2 68,928 2/25/2023
1.9.0-rc.1 96,110 11/13/2022
1.8.0 823,854 11/5/2022
1.8.0-rc.1 6,532 9/17/2022
1.7.1 455,976 7/2/2022
1.7.1-rc.1 14,116 2/20/2022
1.7.0 696,569 11/13/2021
1.7.0-preview.1 2,181 9/26/2021
1.6.1-rc.1 4,838 1/13/2022
1.6.0 415,019 9/26/2021
1.6.0-rc.2 6,927 5/14/2021
1.6.0-rc.1 633 5/13/2021
1.5.0 349,767 2/27/2021
1.4.0 93,250 12/5/2020
1.4.0-rc.1 626 11/19/2020
1.3.0 8,486 11/17/2020
1.2.1 31,146 9/21/2020
1.2.0 3,649 7/11/2020
1.1.2 2,467 4/13/2020
1.1.0 831 4/13/2020
1.0.1 900 4/3/2020
1.0.0 997 4/3/2020