Skip to main content
Axuno.TextTemplating package icon

Axuno.TextTemplating

Text templating is used to dynamically render contents based on a template and a model. * It is based on the Scriban library, so it supports conditional logics, loops and much more. * Template content can be localized. * You can define layout templates to be used as the layout while rendering other templates. * You can pass arbitrary objects to the template context (beside the model) for advanced scenarios. The library is a modified version of Volo.Abp.TextTemplating 4.1

Total Downloads
21.5K
21,457
Published
Jan 4, 2021
Latest stable version

Install

.NET CLI
dotnet add package Axuno.TextTemplating --version 0.8.6
Package Manager Console
Install-Package Axuno.TextTemplating -Version 0.8.6
PackageReference
<PackageReference Include="Axuno.TextTemplating" Version="0.8.6" />

Frameworks

net5.0 .NETStandard2.1

Dependencies

Adoption guide

Assess this package against its supported frameworks, license, maintenance signals and dependency graph before making it a project standard.

Compatibility metadata lists 2 target frameworks; confirm the exact target used by your application.

The published metadata declares 14 direct dependency entries across framework groups. Inspect the resolved dependency graph for your target framework.

How to read this guidance

Sources: published NuGet v3 registry metadata and explicit NuBrowse editorial guides. Refresh: package metadata is refreshed from NuGet when the page loads. Limit: this is not a security, legal or compatibility guarantee; validate the selected version in your project.

Useful next steps

Move from package metadata to a concrete selection or review workflow.