SetThemePath<TBootstrapper>(TBootstrapper, NormalizedPath) Method
Namespace
Statiq.Web
Containing Type
BootstrapperThemeExtensions

Syntax

public static TBootstrapper SetThemePath<TBootstrapper>(this TBootstrapper bootstrapper, NormalizedPath themePath) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
themePath NormalizedPath

Return Value

Type Description
TBootstrapper