Interface IMarkdownToHtmlConverter
Defines a converter for transforming health check results from markdown to HTML.
Namespace: Umbraco.Cms.Core.HealthChecks.NotificationMethods
Assembly: Umbraco.Core.dll
Syntax
public interface IMarkdownToHtmlConverter
Methods
View SourceToHtml(HealthCheckResults, HealthCheckNotificationVerbosity)
Converts health check results to HTML format.
Declaration
string ToHtml(HealthCheckResults results, HealthCheckNotificationVerbosity verbosity)
Parameters
| Type | Name | Description |
|---|---|---|
| HealthCheckResults | results | The health check results to convert. |
| HealthCheckNotificationVerbosity | verbosity | The verbosity level for the output. |
Returns
| Type | Description |
|---|---|
| string | An HTML-formatted string representation of the health check results. |