Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change.
All docs
V26.1
  • SmartPasteBase.SmartPasteAsync(String) Method

    Starts Smart Paste processing for the specified text.

    Namespace: DevExpress.AIIntegration.Blazor

    Assembly: DevExpress.AIIntegration.Blazor.Common.v26.1.dll

    Declaration

    public Task SmartPasteAsync(
        string text
    )

    Parameters

    Name Type Description
    text String

    Text that Smart Paste parses to populate component items.

    Returns

    Type Description
    Task

    A task that completes when Smart Paste processing finishes.

    See Also