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