PostMatch Property

Definition

Assembly Markdig.dll

Gets or sets the post match delegate called after the inline has been processed.

public LiteralInlineParser.PostMatchDelegate? PostMatch { get; set; }

Returns