Hello guys,
We have a LOT of custom modules that implement many complex operations on trasactional sites, in a SOA architectural context.
We still use the old html templates and I'm finding some time to start migrating them to Razor templates.
I've been searching everywere for some kind of a "howto migrate your custom modules into razor templates". I found this article, but I'm afraid it may be outdated (I need to know the Dynamicweb recommended way):
Can you help me, please. My main concerns are:
1. How to load the razor template in the Dynamicweb.ContentModule.GetContent() method;
2. Can I still use the setTag() method, or must I place all the information rendered by the template on the @Model?
Thanks in advance,
Best Regards,
Ivo