ConfigureThemePaths<TBootstrapper>(TBootstrapper, Action<PathCollection>) Method
Namespace
Statiq.Web
Containing Type
BootstrapperThemeExtensions

Syntax

public static TBootstrapper ConfigureThemePaths<TBootstrapper>(this TBootstrapper bootstrapper, Action<PathCollection> action) 
    where TBootstrapper : IBootstrapper

Type Parameters

Name Description
TBootstrapper

Parameters

Name Type Description
bootstrapper TBootstrapper
action Action<PathCollection>

Return Value

Type Description
TBootstrapper