Search Results for

    Show / Hide Table of Contents
    View Source

    Class RichTextPreValueController

    ApiController to provide RTE configuration with available plugins and commands from the RTE config

    Inheritance
    System.Object
    Microsoft.AspNetCore.Mvc.ControllerBase
    UmbracoApiControllerBase
    UmbracoApiController
    UmbracoAuthorizedApiController
    UmbracoAuthorizedJsonController
    Namespace: Umbraco.Cms.Web.BackOffice.PropertyEditors
    Assembly: Umbraco.Web.BackOffice.dll
    Syntax
    public class RichTextPreValueController : UmbracoAuthorizedJsonController

    Constructors

    View Source

    RichTextPreValueController(IOptions<RichTextEditorSettings>)

    Declaration
    public RichTextPreValueController(IOptions<RichTextEditorSettings> richTextEditorSettings)
    Parameters
    Type Name Description
    Microsoft.Extensions.Options.IOptions<RichTextEditorSettings> richTextEditorSettings

    Methods

    View Source

    GetConfiguration()

    Declaration
    public RichTextEditorConfiguration GetConfiguration()
    Returns
    Type Description
    RichTextEditorConfiguration
    • Improve this Doc
    • View Source
    In This Article
    • Constructors
      • RichTextPreValueController(IOptions<RichTextEditorSettings>)
    • Methods
      • GetConfiguration()
    Back to top Copyright © 2016-present Umbraco
    Generated by DocFX