Property | Type | Description | |
---|---|---|---|
AliasMatch | |||
MacroMatch | |||
ParamMatch |
Method | Description | |
---|---|---|
Parse ( string input, string>.Func |
Finds a macro placeholder amongst the input content (generally html) and renders the macro content into the output.
|
public Parse ( string input, string>.Func |
||
input | string | |
macroFoundCallback | string>.Func | Callback that is fired when a macro is found, this callback should return the macro contents based on the callback parameters |
results | IEnumerable |
|
return | string |
public static Regex,System.Text.RegularExpressions AliasMatch | ||
return |
public static Regex,System.Text.RegularExpressions MacroMatch | ||
return |