Click or drag to resize
Method Link

Method links are used for referencing member methods of managed types.

Syntax

TBD.

Note Note
The link target cannot contain spaces.
Examples
AMDL
[M:Amdl.Maml.Converter.LayoutIndexer.IndexAsync(Amdl.Maml.Converter.Paths,System.Threading.CancellationToken)]
AMDL
[Indexes the content layout](M:Amdl.Maml.Converter.LayoutIndexer.IndexAsync(Amdl.Maml.Converter.Paths,System.Threading.CancellationToken))
Example Output
Attributes

An event link may be assigned attributes through an attribute enclosure using the following syntax:

{#identifier .class1 .class2 name1="value1" name2="value2" ...}

The following attributes are defined:

identifier

  • Ignored.

class

  • any of the following:

    • qualifyHint - equivalent to specifying qualifyHint="true".

    • autoUpgrade - equivalent to specifying autoUpgrade="true".

qualifyHint

  • a Boolean value indicating whether the name of the defining type will be included in the link text. If no value is specified, the type name will be excluded.

autoUpgrade

  • a Boolean value indicating whether the link target will be set to the topic that list the method's overloads. If no value is specified or no overloads exist, the link target will be set to the specific method's topic.

Differences from PM
  1. PM does not define code link elements.

amdl2maml Support

Partial, pending parser modification.

Limitations

  • Reference-style links are unsupported.

Current Workaround

AMDL
[](M:Amdl.Maml.Converter.LayoutIndexer.IndexAsync(Amdl.Maml.Converter.Paths,System.Threading.CancellationToken))
See Also

Other Resources