SetDefaultLayoutTemplate<TBootstrapper>(TBootstrapper, string) Method
Namespace
Statiq.Web
Containing Type
BootstrapperTemplateExtensions

Syntax

public static TBootstrapper SetDefaultLayoutTemplate<TBootstrapper>(this TBootstrapper bootstrapper, string mediaType) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
mediaType string

Return Value

Type Description
TBootstrapper