Search Results for

    Show / Hide Table of Contents
    View Source

    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 Source

    ToHtml(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.

    • View Source
    In this article
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX