Splits shortcode arguments into key/value pairs.
- Namespace
- Statiq
.Common - Containing Type
- ShortcodeHelper
Syntax
public static IEnumerable<KeyValuePair<string, string>> SplitArguments(string arguments, int start)
Parameters
Name | Type | Description |
---|---|---|
arguments | string | The string containing the arguments to split. |
start | int | The index at which to start processing arguments. |
Return Value
Type | Description |
---|---|
IEnumerable |
A sequence of argument key/value pairs. |