Class ContentModuleSample
- Namespace
- Dynamicweb.Examples
- Assembly
- Dynamicweb.Examples.dll
[AddInName("ModuleSystemName")]
public class ContentModuleSample : ContentModule, IModule
- Inheritance
-
ContentModuleSample
- Implements
- Inherited Members
Methods
GetContent()
Override this method and return the HTML output for the module.
public override string GetContent()
Returns
- string
- Must return the markup that renders the module.
Examples
Remarks
The markup returned is what is inserted into the template tag
ParagraphModule
in the paragraph template.