ASP.NET Core - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RichTextEditorPasteCleanupSettings - ASP.NETCore-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    Class RichTextEditorPasteCleanupSettings

    Inheritance
    System.Object
    EJTagHelper
    RichTextEditorPasteCleanupSettings
    Inherited Members
    EJTagHelper.GetList()
    EJTagHelper.Process(TagHelperContext, TagHelperOutput)
    EJTagHelper.RegisterScript()
    EJTagHelper.GetSerializedProperties()
    EJTagHelper.GetScriptString()
    EJTagHelper.GetHtmlAttrString(IDictionary<String, Object>)
    EJTagHelper.TagName
    EJTagHelper.ViewContext
    EJTagHelper.For
    EJTagHelper.Id
    EJTagHelper.NameSpace
    EJTagHelper.ClassName
    EJTagHelper.IsFor
    EJTagHelper.IsChild
    EJTagHelper.IsCollection
    Namespace: Syncfusion.EJ2.RichTextEditor
    Assembly: Syncfusion.EJ2.dll
    Syntax
    public class RichTextEditorPasteCleanupSettings : EJTagHelper

    Constructors

    RichTextEditorPasteCleanupSettings()

    Declaration
    public RichTextEditorPasteCleanupSettings()

    Properties

    AllowedStyleProps

    Specifies the allowed style properties when pasting in RichTextEditor.

    Declaration
    public string[] AllowedStyleProps { get; set; }
    Property Value
    Type Description
    System.String[]

    ContentTemplate

    To get or set value for ContentTemplate.

    Declaration
    public MvcTemplate<object> ContentTemplate { get; set; }
    Property Value
    Type Description
    MvcTemplate<System.Object>

    DeniedAttrs

    Specifies the attributes to restrict when pasting in RichTextEditor.

    Declaration
    public string[] DeniedAttrs { get; set; }
    Property Value
    Type Description
    System.String[]

    DeniedTags

    Specifies the tags to restrict when pasting in RichTextEditor.

    Declaration
    public string[] DeniedTags { get; set; }
    Property Value
    Type Description
    System.String[]

    IsComplex

    Declaration
    protected override bool IsComplex { get; }
    Property Value
    Type Description
    System.Boolean
    Overrides
    EJTagHelper.IsComplex

    KeepFormat

    Specifies whether to keep or remove the format when pasting in RichTextEditor.

    Declaration
    public bool KeepFormat { get; set; }
    Property Value
    Type Description
    System.Boolean

    ParentPropertyName

    Declaration
    protected override string ParentPropertyName { get; }
    Property Value
    Type Description
    System.String
    Overrides
    EJTagHelper.ParentPropertyName

    PlainText

    Specifies whether to paste as plain text or not in RichTextEditor.

    Declaration
    public bool PlainText { get; set; }
    Property Value
    Type Description
    System.Boolean

    Prompt

    Specifies whether to enable the prompt for paste in RichTextEditor.

    Declaration
    public bool Prompt { get; set; }
    Property Value
    Type Description
    System.Boolean
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved