Info
| Version: | 1.3.1 |
| Author(s): | i-e-b |
| Last Update: | Wednesday, March 20, 2019 |
| .NET Fiddle: | Create the first Fiddle |
| Project Url: | https://github.com/i-e-b/T.g |
| NuGet Url: | https://www.nuget.org/packages/Tag |
Install
Install-Package Tag
dotnet add package Tag
paket add Tag
Tag Download (Unzip the "nupkg" after downloading)
Dependencies
1 package depend on this package.
Tags
Why?
Sometimes you have a project where a lot of code is needed to output a little markup.
For those projects, markup templating engines make things more difficult, and a lot of the time you end up doing string concatenation. T·g is a step up from string concatenation.