- Namespace
- Statiq
.App - Containing Type
- Bootstrapper
Configuration Extensions
Syntax
public static Bootstrapper AddConfigurator<TConfigurable, TConfigurator>(this Bootstrapper bootstrapper)
where TConfigurable : IConfigurable where TConfigurator : IConfigurator<TConfigurable>
Type Parameters
Name | Description |
---|---|
TConfigurable | |
TConfigurator |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | Bootstrapper |
Return Value
Type | Description |
---|---|
Bootstrapper |