MustacheTag

MustacheTag class

Represents “mustache” tag.

public class MustacheTag

Properties

NameDescription
ReferenceOffset { get; }Gets the zero-based starting position of the tag from the start of the ReferenceRun.
ReferenceRun { get; }Gets the run that contains the beginning of the tag.
Text { get; }Gets the text of the tag.

See Also