AddShortcode<TShortcode>(Bootstrapper, string) Method
Namespace
Statiq.App
Containing Type
BoostrapperShortcodeExtensions

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