A base class for rendering out an instance of an entity into a compilable MVC view using a template to facilitate object binding and HTML generation for dynamic pages and email templates without needing to use reflection based binding.
Info
Version: | 5.1.0 |
Author(s): | Penguin.Web.Rendering |
Last Update: | Friday, January 27, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/PenguinCms/Penguin.Web.Rendering |
NuGet Url: | https://www.nuget.org/packages/Penguin.Web.Rendering |
Install
Install-Package Penguin.Web.Rendering
dotnet add package Penguin.Web.Rendering
paket add Penguin.Web.Rendering
Penguin.Web.Rendering Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.AspNetCore.Hosting(>= 2.2.7)
- Penguin.Entities.Abstractions(>= 5.0.1)
- Penguin.Reflection.Extensions(>= 5.0.1)
- Penguin.Templating.Abstractions(>= 5.0.1)