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