MarkdownSyntaxFactory.LinkLabel

MarkdownSyntaxFactory.LinkLabel method

Creates link label from a string.

public TextSyntaxNode LinkLabel(string label)
ParameterTypeDescription
labelStringLabel string.

Return Value

The TextSyntaxNode object.

See Also