A special shortcode that will output whatever is in it's content.
- Namespace
- Statiq
.Core - Interfaces
- Base Types
-
- object
- SyncShortcode
Syntax
public class RawShortcode : SyncShortcode, IShortcode
Examples
<?# Raw ?><?# ThisWillBeOutputVerbatim ?><?#/ Raw ?>
Remarks
This will not evaluate nested shortcodes and is useful
for escaping shortcode syntax.
Fields
Name | Field Type | Constant Value | Summary |
---|---|---|---|
RawShortcodeName | string | Raw |
static
|
Methods
Name | Return Value | Summary |
---|---|---|
Execute |
ShortcodeResult |