- Assembly
- Wyam
.Common .dll - Namespace
- Wyam
.Common .Shortcodes - Interfaces
-
- I
Read Only Shortcode Collection - IReadOnlyCollection
<string>
- I
- Implementing Types
graph BT
Type-.->Interface0["IReadOnlyShortcodeCollection"]
click Interface0 "/api/Wyam.Common.Shortcodes/IReadOnlyShortcodeCollection"
Type-.->Interface1["IReadOnlyCollection<string>"]
Type["IShortcodeCollection"]
class Type type-node
Implementing0["TestShortcodeCollection"]-.->Type
click Implementing0 "/api/Wyam.Testing.Shortcodes/TestShortcodeCollection"
Syntax
public interface IShortcodeCollection : IReadOnlyShortcodeCollection, IReadOnlyCollection<string>
Methods
Name | Value | Summary |
---|---|---|
Add |
void |
Adds a shortcode and uses a
Wyam.Common.Configuration.ContextConfig to determine
the shortcode result.
|
Add |
void |
Adds a shortcode and uses a
Wyam.Common.Configuration.DocumentConfig to determine
the shortcode result.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and the current execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared arguments and content and the current execution context.
|
Add |
void |
Adds a shortcode that determines the result content using the declared arguments and content.
|
Add |
void |
Adds a shortcode that determines the result content using the declared arguments.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared content and the current document and execution context.
|
Add |
void |
Adds a shortcode that determines the result content
using the declared content and the current execution context.
|
Add |
void |
Adds a shortcode that determines the result content using the declared content.
|
Add |
void |
Adds a shortcode and specifies the result content.
|
Add |
void |
Adds a shortcode by type.
|
Add |
void |
Adds a shortcode by type, infering the name from the type name.
|
Add |
void |
Adds a shortcode by type, infering the name from the type name.
|
Add |
void |
Adds a shortcode by type.
|