Summary
A special shortcode that will output whatever is in it's content.
- Assembly
- Wyam
.Core .dll - Namespace
- Wyam
.Core .Shortcodes .Contents - Interfaces
- Base Types
-
- Object
graph BT
Type-->Base0["Object"]
Type-.->Interface0["IShortcode"]
click Interface0 "/api/Wyam.Common.Shortcodes/IShortcode"
Type["Raw"]
class Type type-node
Syntax
public class Raw : IShortcode
Examples
<?# Raw ?><?# ThisWillBeOutputVerbatim ?><?#/ Raw ?>
Remarks
This will not evaluate nested shortcodes and is useful
for escaping shortcode syntax.
Methods
Name | Value | Summary |
---|---|---|
Execute |
IShortcodeResult |
Executes the shortcode and returns an
Wyam.Common.Shortcodes.IShortcodeResult .
|