SplitArguments(string, int) Method
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<KeyValuePair<string, string>> A sequence of argument key/value pairs.