Search Results for

    Show / Hide Table of Contents
    View Source

    Interface IApiRichTextElementParser

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

    Methods

    View Source

    Parse(String)

    Declaration
    IRichTextElement Parse(string html)
    Parameters
    Type Name Description
    System.String html
    Returns
    Type Description
    IRichTextElement
    View Source

    Parse(String, RichTextBlockModel)

    Declaration
    virtual IRichTextElement Parse(string html, RichTextBlockModel richTextBlockModel)
    Parameters
    Type Name Description
    System.String html
    RichTextBlockModel richTextBlockModel
    Returns
    Type Description
    IRichTextElement
    • Improve this Doc
    • View Source
    In This Article
    • Methods
      • Parse(String)
      • Parse(String, RichTextBlockModel)
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX