- Namespace
- Statiq
.Common - Containing Type
- Bootstrapper
File System Extensions
Syntax
public static TBootstrapper ConfigureFileSystem<TBootstrapper>(this TBootstrapper bootstrapper, Action<IFileSystem, IReadOnlySettings, IServiceCollection> action)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
action | Action |
Return Value
Type | Description |
---|---|
TBootstrapper |