You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ The DevExpress Blazor [Resource Manager](https://docs.devexpress.com/Blazor/DevE
20
20
21
21
### Create an Endpoint to Access a File System
22
22
23
-
To allow the DevExtreme FileManager to access and modify a file system, create a separate endpoint - define and configure a controller action as the [Remote File System Provider](https://docs.devexpress.com/AspNetCore/401320/devextreme-based-controls/controls/file-manager#remote-file-system-provider) help topic describes. This example uses the following approach ([FileManagerApiController.cs](/FileManagerBlazorApp/Controllers/FileManagerApiController.cs)):
23
+
To allow the DevExtreme FileManager to access and modify a file system, create a separate endpoint - define and configure a controller action as described in the following help topic: [Remote File System Provider](https://docs.devexpress.com/AspNetCore/401320/devextreme-based-controls/controls/file-manager#remote-file-system-provider). This example uses the following approach ([FileManagerApiController.cs](/FileManagerBlazorApp/Controllers/FileManagerApiController.cs)):
0 commit comments