HomeCommunityControl GalleryMiscellaneousEmail.NET Dynamic Template Engine Component

.NET Dynamic Template Engine Component



Submit a Review

144 Downloads

5,787 Views


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