API Reference
Class
MarkdownNativeInlineMetadata
Source-backed metadata attached to a native inline, such as a link target or image title.
Inheritance
- Object
- MarkdownNativeInlineMetadata
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
- Property MarkdownNativeInline.Metadata
Inherited Methods
public override Boolean Equals(Object obj) #Returns:
BooleanInherited from Object
Parameters
- obj Object
Properties
public String Name { get; } #Stable metadata name such as target, title, alt, or source.
public String Value { get; } #Metadata value.
public MarkdownSyntaxNode SyntaxNode { get; } #Syntax node that produced this metadata value.
public Nullable<MarkdownSourceSpan> SourceSpan { get; } #Source span for the metadata value when available.