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