Skip to content

1. Basic usage

Stratis Dermanoutsos edited this page Sep 21, 2025 · 2 revisions

1. Installation

dotnet add package StringTemplates

...or by using the NuGet Package Manager.

For more information, visit nuget.org/StringTemplates.

2. Registering the service

builder.Services.AddStringTemplates();

This is the most basic setup, which registers only the default plugins.

3. Usage

TODO

Clone this wiki locally