Info
Version: | 1.5.3 |
Author(s): | Adam Anderly |
Last Update: | Monday, October 24, 2011 |
.NET Fiddle: | Create the first Fiddle |
Project Url: | https://github.com/anderly/Expansive |
NuGet Url: | https://www.nuget.org/packages/Expansive |
Install
Install-Package Expansive
dotnet add package Expansive
paket add Expansive
Expansive Download (Unzip the "nupkg" after downloading)
Dependencies
Tags
- Use for token-based string templating passing in a model for property replacement
- 4 token formats to pick from (MvcRoute-style, Razor-style, NAnt-style or MSBuild-style)
- Use as a more readable alternative to string.Format()
- Easily embed appSettings tokens in strings and expand them easily.
- Chain together appSettings tokens to reduce redundant values.
- Embed appSettings tokens in connection strings to make them more dynamic.
- Use your imagination.
Check out the readme file located here: http://github.com/anderly/Expansive to find out more.