- Namespace
- Statiq
.Common - Containing Type
- Bootstrapper
Shortcode Extensions
Syntax
public static TBootstrapper AddShortcode<TBootstrapper>(this TBootstrapper bootstrapper, string name, Type type)
where TBootstrapper : IBootstrapper
Type Parameters
Name | Description |
---|---|
TBootstrapper |
Parameters
Name | Type | Description |
---|---|---|
bootstrapper | TBootstrapper | |
name | string | |
type | Type |
Return Value
Type | Description |
---|---|
TBootstrapper |