Enabling processing of UGC tags by .NET classes
To enable the assembler classes PageAssembler and ComponentPresentationAssembler to process UGC TCDL tags at runtime, you need to add a tag bundle to your dynamic configuration file (cd_dynamic_conf.xml).
About this task
The default Template Building Blocks for UGC create TCDL tags. These tags are handled differently depending on the Target Language setting in the Publication Target:
- if the Target Language is set to JSP or ASP.NET, the UGC tags are transformed into JSP or ASP.NET code during publishing that require no further processing.
- if the Target Language is set to REL, the UGC tags are published as is (TDCL) to the Web site that require processing at request time.