menu

Blazor

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class SfSmartPasteButton - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    Class SfSmartPasteButton

    The SfSmartPasteButton component utilizes AI technology to automatically fill form fields with content from the clipboard. Inherits all functionalities and properties from Syncfusion SfButton component. To use this feature, ensure:

    1. The clipboard has the necessary content.
    2. Form fields are properly configured and the SfSmartPasteButton is placed within the form.
    Inheritance
    System.Object
    SfSmartPasteButton
    Namespace: Syncfusion.Blazor.SmartComponents
    Assembly: Syncfusion.Blazor.SmartComponents.dll
    Syntax
    public class SfSmartPasteButton : SfButton

    Constructors

    SfSmartPasteButton()

    Declaration
    public SfSmartPasteButton()

    Methods

    BuildRenderTree(RenderTreeBuilder)

    Declaration
    protected override void BuildRenderTree(RenderTreeBuilder builder)
    Parameters
    Type Name Description
    Microsoft.AspNetCore.Components.Rendering.RenderTreeBuilder builder
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved