ConvertibleTopic.ContentFormat Property

Namespace
Kampute.DocToolkit.Topics.Abstracts
Assembly
  • Kampute.DocToolkit.dll

Definition

Gets the format of the source content.
protected abstract string ContentFormat { get; }

Property Value

string
The file extension (including the leading period) representing the content format.

Remarks

This property indicates the original format of the content (e.g., ".md" for Markdown or ".html" for HTML) to determine the appropriate conversion strategy. Its value must be a valid file extension, including the leading period.