- Namespace
- Statiq
.Common - Base Types
-
- object
graph BT
Type-->Base0["object"]
Type["IShortcodeCollectionExtensions"]
class Type type-node
Syntax
public static class IShortcodeCollectionExtensions
Methods
Name | Return Value | Summary |
---|---|---|
Add |
void |
Adds a shortcode and uses a
Config<TValue> to determine
the shortcode result.
static
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
static
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
static
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
static
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
static
|
Add |
void |
Adds a shortcode by type.
static
|
Add |
void |
Adds a shortcode by type, inferring the name from the type name and removing a trailing "Shortcode" from the type name.
static
|
Add |
void |
Adds a shortcode by type.
static
|
Add |
void |
Adds a shortcode by type, inferring the name from the type name.
static
|