Table of Contents

Interface ITemplateExtender

Namespace
Dynamicweb.Extensibility
Assembly
Dynamicweb.dll
Represents a contract for extending templates.
[Obsolete("Use Dynamicweb.Rendering.TemplateExtender instead.")]
public interface ITemplateExtender

Methods

Extend(Template)

Extends the given template.
void Extend(Template template)

Parameters

template Template
Template to extend.
To top