IInlinePostProcessingContext Interface

IInlinePostProcessingContext interface

Defines the interface IInlinePostProcessingContext

public interface IInlinePostProcessingContext : IInlineParsingContext

Properties

NameDescription
ClosedDelimiter { get; set; }Get and set the ClosedDelimiter.
Content { get; }Get the Content.
Delimiters { get; }Get the Delimiters.
OpenedDelimiter { get; set; }Get and set the OpenedDelimiter/

Methods

NameDescription
ContainsLinkReferenceDefinition(string)Defines the ContainsLinkReferenceDefinition

See Also