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