Properties Property

Definition

Assembly Markdig.dll

Gets or sets the additional properties. May be null.

public List<KeyValuePair<string, string?>>? Properties { get; set; }

Returns