RawShortcode Class
A special shortcode that will output whatever is in it's content.
Namespace
Statiq.Core
Interfaces
Base Types
graph BT Type-->Base0["SyncShortcode"] click Base0 "/api/Statiq.Common/SyncShortcode" Base0-->Base1["object"] Type-.->Interface0["IShortcode"] click Interface0 "/api/Statiq.Common/IShortcode" Type["RawShortcode"] class Type type-node

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

Extension Methods