Skip to content

Commit 0b2aa16

Browse files
committed
982436: Update UG Documentation for Secure Word Import and Export Header Support in Blazor
1 parent 26e1603 commit 0b2aa16

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

blazor/rich-text-editor/import-export.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ public WordDocument GetDocument(string htmlText)
422422

423423
N> [View Sample in GitHub](https://github.com/SyncfusionExamples/blazor-rich-text-editor-export-to-html).
424424

425-
## Secure Exported PDF/Word with Authentication
425+
## Securely Export Word or PDF Documents with Authentication
426426

427427
You can include custom data when exporting Word or PDF documents, such as authentication tokens or other parameters. Use the OnExport event with its `CurrentRequest` and `CustomFormData` properties to send these values to the server. On the server side, the authentication token can be read from the request headers, and the custom data can be accessed from the request body, which contains the values sent via a POST request.
428428

0 commit comments

Comments
 (0)