Template Class
Represents a "template" (shorthand for "template language" or "template engine").
Namespace
Statiq.Web
Base Types
  • object
Template
object

Syntax

public class Template

Constructors

Name Summary
Template(ContentType, Phase, IModule) Creates a template definition.

Properties

Name Property Type Summary
ContentType ContentType
The type of content this template applies to.
Module IModule
The template module to apply if the media types match.
Phase Phase

Extension Methods