BootstrapperTemplateExtensions Class
Namespace
Statiq.Web
Base Types
  • object
graph BT Type-->Base0["object"] Type["BootstrapperTemplateExtensions"] class Type type-node

Syntax

public static class BootstrapperTemplateExtensions

Methods

Name Return Value Summary
AddTemplate<TBootstrapper>(TBootstrapper, string, ContentType, Phase, IModule) TBootstrapper
Adds a new template.
static
ConfigureTemplates<TBootstrapper>(TBootstrapper, Action<Templates>) TBootstrapper
Configures the set of template modules.
static
ModifyTemplate<TBootstrapper>(TBootstrapper, string, Func<IModule, IModule>) TBootstrapper
Modifies an existing template.
static
RemoveTemplate<TBootstrapper>(TBootstrapper, string) TBootstrapper
Removes the template for a given media type.
static
SetDefaultLayoutModule<TBootstrapper>(TBootstrapper, IModule) TBootstrapper
static
SetDefaultLayoutTemplate<TBootstrapper>(TBootstrapper, string) TBootstrapper
static