API Reference
Class
MarkdownNativeReferenceLinkDefinitionField
Source-backed token or payload field owned by a reference-style link definition.
Inheritance
- Object
- MarkdownNativeReferenceLinkDefinitionField
Usage
This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.
Returned or exposed by
Accepted by parameters
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Stable field name such as openingMarker, label, separatorMarker, url, or title.
public String Value { get; } #Semantic value represented by the field when one is available.
public MarkdownSourceSpan SourceSpan { get; } #Source span for this field in the normalized markdown source.
public MarkdownReferenceLinkDefinition Definition { get; } #Reference-style link definition that owns this source field.