- Namespace
- Statiq
.App - Containing Type
- Boostrapper
Shortcode Extensions
Syntax
public static Bootstrapper AddShortcode<TShortcode>(this Bootstrapper bootstrapper, string name)
where TShortcode : IShortcode
Type Parameters
| Name | Description |
|---|---|
| TShortcode |
Parameters
| Name | Type | Description |
|---|---|---|
| bootstrapper | Bootstrapper | |
| name | string |
Return Value
| Type | Description |
|---|---|
| Bootstrapper |