alexa
menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Search Results for

    Show / Hide Table of Contents

    Class PasteCleanupArgs

    Provides information about a BeforePasteCleanup event.

    Inheritance
    object
    PasteCleanupArgs
    Inherited Members
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Syncfusion.Blazor.RichTextEditor
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class PasteCleanupArgs
    Remarks

    This class facilitates data management before content is pasted into the editor, allowing adjustments and custom handling.

    Constructors

    PasteCleanupArgs()

    Declaration
    public PasteCleanupArgs()

    Properties

    FilesData

    Gets the list of image file data when pasting into the Rich Text Editor.

    Declaration
    public List<FileInfo>? FilesData { get; set; }
    Property Value
    Type Description
    List<FileInfo>

    A list containing FileInfo data.

    Remarks

    FilesData provides an opportunity to validate, process, or reject multimedia additions during paste actions.

    Value

    Gets or sets the updated value of the Rich Text Editor.

    Declaration
    public string? Value { get; set; }
    Property Value
    Type Description
    string

    A string representing the new editor value.

    Remarks

    Value is integral to persist changes or integrate pasted elements cohesively into existing content.

    In this article
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved