How can I change the expression

0
Absolutely, you can change the begin and end expression char by changing the property Settings.BeginEndExpressionChar of your dynamic template object. In your case the code should be like below: TemplateEngine dt = new TemplateEngine(); dt.Settings.BeginEndExpressionChar = "@"; ...
edited 12/2/2017 4:37:36 AM
asked 10/27/2008 7:16:42 PM
add a comment

1 Answers

0
hi ComponentPro, I have been using the UltimateTemplate for our email system, but I would want to change the way to declare a variable in my template. My worked template is like "... $subscriber.FullName$..." and now I want to change it to "...|subscriber.FullName|...". I wonder it is possible or not?
 
answered 11/16/2017 12:41:33 AM
add a comment

Your Answer

Not the answer you're looking for? Browse other questions tagged or ask your own question.