Table of Contents

Enum Template.TemplateType

Namespace
Dynamicweb.Rendering
Assembly
Dynamicweb.Core.dll

The type of template

public enum Template.TemplateType

Fields

Html = 0

Html based template

Razor = 2

Razor based template

Xslt = 1

XSLT based template

To top