Razor.Templating.Core
1.0.0
Kindly update the package to v1.5.0 as some critical bugs were fixed in this version.
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
<PackageReference Include="Razor.Templating.Core" Version="1.0.0" />
paket add Razor.Templating.Core --version 1.0.0
#r "nuget: Razor.Templating.Core, 1.0.0"
// 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:
- https://github.com/Andy9FromSpace/razor-renderer-core
- https://github.com/aspnet/Entropy/tree/master/samples/Mvc.RenderViewToString
- https://www.frakkingsweet.com/razor-template-rendering/
- https://github.com/veccsolutions/RenderRazorConsole
- https://emilol.com/razor-mailer/
- https://codeopinion.com/using-razor-in-a-console-application/
Product | Versions |
---|---|
.NET | net5.0 net5.0-windows net6.0 net6.0-android net6.0-ios net6.0-maccatalyst net6.0-macos net6.0-tvos net6.0-windows net7.0 net7.0-android net7.0-ios net7.0-maccatalyst net7.0-macos net7.0-tvos net7.0-windows |
.NET Core | netcoreapp3.0 netcoreapp3.1 |
.NET Standard | netstandard2.1 |
MonoAndroid | monoandroid |
MonoMac | monomac |
MonoTouch | monotouch |
Tizen | tizen60 |
Xamarin.iOS | xamarinios |
Xamarin.Mac | xamarinmac |
Xamarin.TVOS | xamarintvos |
Xamarin.WatchOS | xamarinwatchos |
-
.NETStandard 2.1
- Microsoft.AspNetCore.Hosting (>= 2.2.7)
- Microsoft.AspNetCore.Mvc.Razor (>= 2.2.0)
NuGet packages (10)
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. |
|
Digizuite.Optimizely
The official integration between Digizuite DAM and Optimizely CMS. |
|
FinancialModuleAuxiliary
Package Description |
|
Unlog.AspNetCore
the aspnetcore package for UnLog |
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated | |
---|---|---|---|
1.9.0-rc.2 | 189 | 2/25/2023 | |
1.9.0-rc.1 | 10,107 | 11/13/2022 | |
1.8.0 | 100,883 | 11/5/2022 | |
1.8.0-rc.1 | 4,482 | 9/17/2022 | |
1.7.1 | 265,663 | 7/2/2022 | |
1.7.1-rc.1 | 9,077 | 2/20/2022 | |
1.7.0 | 489,062 | 11/13/2021 | |
1.7.0-preview.1 | 2,130 | 9/26/2021 | |
1.6.1-rc.1 | 2,650 | 1/13/2022 | |
1.6.0 | 294,123 | 9/26/2021 | |
1.6.0-rc.2 | 5,472 | 5/14/2021 | |
1.6.0-rc.1 | 430 | 5/13/2021 | |
1.5.0 | 256,566 | 2/27/2021 | |
1.4.0 | 67,031 | 12/5/2020 | |
1.4.0-rc.1 | 584 | 11/19/2020 | |
1.3.0 | 8,039 | 11/17/2020 | |
1.2.1 | 25,487 | 9/21/2020 | |
1.2.0 | 3,398 | 7/11/2020 | |
1.1.2 | 1,492 | 4/13/2020 | |
1.1.0 | 484 | 4/13/2020 | |
1.0.1 | 712 | 4/3/2020 | |
1.0.0 | 659 | 4/3/2020 |