Class PageTemplateExtenderSample
- Namespace
- Dynamicweb.Examples
- Assembly
- Dynamicweb.Examples.dll
public class PageTemplateExtenderSample : PageTemplateExtender
- Inheritance
-
PageTemplateExtenderSample
- Inherited Members
Methods
ExtendTemplate(Template)
This is the method that is invoked when a template extender is found and instantiated. Override this method to manipulate the tags of the passed Template instance.
public override void ExtendTemplate(Template template)