Click or drag to resize

MarkdownPropertyParserActivationCue Property

This regular expression is used to activate the property parsing. If this property is not null, the recognition of properties starts after a line matches this expression.

Namespace:  Mastersign.Bench.Markdown
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public Regex ActivationCue { get; set; }

Property Value

Type: Regex
See Also