Info
Version: | 3.0.0 |
Author(s): | Craig Bridges |
Last Update: | Thursday, June 1, 2023 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/craigbridges/Nettle |
NuGet Url: | https://www.nuget.org/packages/Nettle |
Install
Install-Package Nettle
dotnet add package Nettle
paket add Nettle
Nettle Download (Unzip the "nupkg" after downloading)
Dependencies
- Microsoft.CSharp(>= 4.5.0)
Nettle makes use of functions and variables to enable data to be dynamically loaded (and manipulated) into a template.
This could be useful in situations where the model passed to the template is very basic, but a requirement means that some additional, related data needs to be displayed. Instead of having to refactor, build and deploy the C# code (which could also create a code smell if the model becomes too cluttered), only the template needs to be edited.