Table of Contents

Class ContentModuleWithAnnotationsSample

Namespace
Dynamicweb.Examples
Assembly
Dynamicweb.Examples.dll
[ModuleName("ModuleSystemName", "Module name")]
[ModuleDescription("Some description of thís module")]
[ModuleIcon(KnownIcon.Tasks)]
[ModuleAccess(true)]
public class ContentModuleWithAnnotationsSample : ContentModule, IModule
Inheritance
ContentModuleWithAnnotationsSample
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.
To top