.NET Dynamic Template Engine Component
| Author |
|
| Company |
Safabyte |
| Source Code Available |
Yes |
| License Type |
Free to try |
| Submitted On |
July 30, 2008 |
| Updated on |
August 18, 2008 |
| .NET Framework |
2.0, 3.0 |
| Cost |
$99 |
Description
SfbDynamicTemplate is a .NET Template Engine for generating formatted text output from source template and input variables. Examples of such output includes Web Pages, Emails, Source Code, etc. By using SfbDynamicTemplate you can strictly enforce a clean separation of design and development (MVC) on your web application.
Syntax Example
SfbDynamicTemplate dt = new SfbDynamicTemplate();
dt.LoadFromString("{%string str = \"hello \" + \"world\"/}$str$");
string output = dt.Run();
Console.WriteLine(output);Screenshots
Reviews
Submit a review