C# Class Microsoft.DocAsCode.MarkdownLite.MarkdownImageInlineToken

Inheritance: IMarkdownToken
Afficher le fichier Open project: dotnet/docfx Class Usage Examples

Méthodes publiques

Méthode Description
MarkdownImageInlineToken ( IMarkdownRule rule, IMarkdownContext context, string href, string title, string text, SourceInfo sourceInfo, MarkdownLinkType linkType, string refId )

Method Details

MarkdownImageInlineToken() public méthode

public MarkdownImageInlineToken ( IMarkdownRule rule, IMarkdownContext context, string href, string title, string text, SourceInfo sourceInfo, MarkdownLinkType linkType, string refId )
rule IMarkdownRule
context IMarkdownContext
href string
title string
text string
sourceInfo SourceInfo
linkType MarkdownLinkType
refId string