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