MarkdownSyntaxFactory.InlineImage

InlineImage(string, string, string)

Crée des objets à l’aide de InlineImageSyntax.CreateInstance.

public InlineImageSyntaxNode InlineImage(string altText, string href, string title)
ParamètreTaperLa description
altTextStringLe texte alternatif.
hrefStringL’URL de l’image.
titleStringLe titre.

Return_Value

La syntaxe d’image en ligne.

Voir également


InlineImage(MarkdownSyntaxToken, MarkdownSyntaxToken, MarkdownSyntaxToken, LinkDestinationSyntaxNode, LinkTitleSyntaxNode, MarkdownSyntaxToken)

Crée des objets à l’aide de InlineImageSyntax.CreateInstance.

public InlineImageSyntaxNode InlineImage(MarkdownSyntaxToken contentOpening, 
    MarkdownSyntaxToken contentClosing, MarkdownSyntaxToken declarationOpening, 
    LinkDestinationSyntaxNode destination, LinkTitleSyntaxNode title, 
    MarkdownSyntaxToken declarationClosing)
ParamètreTaperLa description
contentOpeningMarkdownSyntaxTokenLe contenuOuverture.
contentClosingMarkdownSyntaxTokenLe contenuClosing.
declarationOpeningMarkdownSyntaxTokenLa déclarationOuverture.
destinationLinkDestinationSyntaxNodeLa destination.
titleLinkTitleSyntaxNodeLe titre.
declarationClosingMarkdownSyntaxTokenLa déclarationClosing.

Return_Value

La syntaxe d’image en ligne.

Voir également