MarkdownReader Klass

Definition

Läser Markdown-innehåll och konverterar det till en IngestionDocument.

public ref class MarkdownReader sealed : Microsoft::Extensions::DataIngestion::IngestionDocumentReader
public sealed class MarkdownReader : Microsoft.Extensions.DataIngestion.IngestionDocumentReader
type MarkdownReader = class
    inherit IngestionDocumentReader
Public NotInheritable Class MarkdownReader
Inherits IngestionDocumentReader
Arv

Konstruktorer

Name Description
MarkdownReader()

Läser Markdown-innehåll och konverterar det till en IngestionDocument.

Metoder

Name Description
ReadAsync(FileInfo, CancellationToken)

Läser en fil och konverterar den till en IngestionDocument.

(Ärvd från IngestionDocumentReader)
ReadAsync(FileInfo, String, String, CancellationToken)

Läser en fil och konverterar den till en IngestionDocument.

ReadAsync(Stream, String, String, CancellationToken)

Läser en ström och konverterar den till en IngestionDocument.

Gäller för