Interface IApiRichTextElementParser
Namespace: Umbraco.Cms.Core.DeliveryApi
Assembly: Umbraco.Core.dll
Syntax
public interface IApiRichTextElementParser
Methods
View SourceParse(string, RichTextBlockModel?)
Declaration
IRichTextElement? Parse(string html, RichTextBlockModel? richTextBlockModel)
Parameters
| Type | Name | Description |
|---|---|---|
| string | html | |
| RichTextBlockModel | richTextBlockModel |
Returns
| Type | Description |
|---|---|
| IRichTextElement |