SetDefaultLayoutModule<TBootstrapper>(TBootstrapper, IModule) Method
Namespace
Statiq.Web
Containing Type
BootstrapperTemplateExtensions

Syntax

public static TBootstrapper SetDefaultLayoutModule<TBootstrapper>(this TBootstrapper bootstrapper, IModule module) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
module IModule

Return Value

Type Description
TBootstrapper