Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiRichTextMarkupParser

    Defines a parser that processes rich text HTML markup for the Delivery API.

    Namespace: Umbraco.Cms.Core.DeliveryApi
    Assembly: Umbraco.Core.dll
    Syntax
    public interface IApiRichTextMarkupParser

    Methods

    View Source

    Parse(string)

    Parses the specified HTML markup for Delivery API output.

    Declaration
    string Parse(string html)
    Parameters
    Type Name Description
    string html

    The HTML markup to parse.

    Returns
    Type Description
    string

    The parsed HTML markup.

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