Class RichTextPreValueController
ApiController to provide RTE configuration with available plugins and commands from the RTE config
Inheritance
System.Object
Microsoft.AspNetCore.Mvc.ControllerBase
Namespace: Umbraco.Cms.Web.BackOffice.PropertyEditors
Assembly: Umbraco.Web.BackOffice.dll
Syntax
public class RichTextPreValueController : UmbracoAuthorizedJsonController
Constructors
View SourceRichTextPreValueController(IOptions<RichTextEditorSettings>)
Declaration
public RichTextPreValueController(IOptions<RichTextEditorSettings> richTextEditorSettings)
Parameters
Type | Name | Description |
---|---|---|
Microsoft.Extensions.Options.IOptions<RichTextEditorSettings> | richTextEditorSettings |
Methods
View SourceGetConfiguration()
Declaration
public RichTextEditorConfiguration GetConfiguration()
Returns
Type | Description |
---|---|
RichTextEditorConfiguration |