Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MarkdownReader Class

Definition

Namespace:
Microsoft.Extensions.DataIngestion
Assembly:
Microsoft.Extensions.DataIngestion.Markdig.dll
Package:
Microsoft.Extensions.DataIngestion.Markdig v10.7.0-preview.1.26309.5
Source:
MarkdownReader.cs

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Reads Markdown content and converts it to an 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
Inheritance

Constructors

Name Description
MarkdownReader()

Methods

Name Description
ReadAsync(FileInfo, CancellationToken)

Reads a file and converts it to an IngestionDocument.

(Inherited from IngestionDocumentReader)
ReadAsync(FileInfo, String, String, CancellationToken)

Reads a file and converts it to an IngestionDocument.

ReadAsync(Stream, String, String, CancellationToken)

Reads a stream and converts it to an IngestionDocument.

Applies to


Feedback

Was this page helpful?