API Reference
Class
MarkdownNativeReferenceLinkDefinitionFieldSnapshot
UI-safe snapshot of a source-backed token or payload field owned by a reference-style link definition.
Inheritance
- Object
- MarkdownNativeReferenceLinkDefinitionFieldSnapshot
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
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 MarkdownNativeSourceSpanSnapshot SourceSpan { get; } #Source span for this field.
public String SourceText { get; } #Exact normalized source text represented by this field when it could be materialized.
public String OriginalSourceText { get; } #Exact original reader input represented by this field when trivia was preserved and mapping succeeded.
public Nullable<MarkdownOriginalSourceSliceFailureReason> OriginalSourceFailureReason { get; } #Reason original reader input could not be materialized for this field, when applicable.