diff --git a/blazor/file-manager/File-Transfer-Protocol-file-system-provider.md b/blazor/file-manager/File-Transfer-Protocol-file-system-provider.md
index b406e9205f..c57b17cac3 100644
--- a/blazor/file-manager/File-Transfer-Protocol-file-system-provider.md
+++ b/blazor/file-manager/File-Transfer-Protocol-file-system-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: File Transfer Protocol in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about File Transfer Protocol file system provider in Syncfusion Blazor File Manager component and more.
+title: File Transfer Protocol in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about File Transfer Protocol file system provider in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -43,7 +43,7 @@ After registering the File Transfer Protocol details, just build and run the pro
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the File Transfer Protocol file system provider, you need to initialize the File Transfer Protocol file system provider in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the File Transfer Protocol file system provider, you need to initialize the File Transfer Protocol file system provider in the controller.
To initialize a local service with the above-mentioned file operations, create a new folder named `Controllers` inside the server part of the project. Then, create a new file with the extension `.cs` inside the Controllers folder and add the necessary file operations code available in the `FTPProviderController.cs` found at this [link](https://github.com/SyncfusionExamples/ftp-aspcore-file-provider/blob/master/Controllers/FTPProviderController.cs). Additionally, you can check out all the necessary file operation method details for this provider in the same GitHub repository.
diff --git a/blazor/file-manager/Firebase-Real-time-Database-file-system-provider.md b/blazor/file-manager/Firebase-Real-time-Database-file-system-provider.md
index e66b045681..89d2ad190f 100644
--- a/blazor/file-manager/Firebase-Real-time-Database-file-system-provider.md
+++ b/blazor/file-manager/Firebase-Real-time-Database-file-system-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Firebase provider in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Firebase file system provider in Syncfusion Blazor File Manager component and more.
+title: Firebase provider in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about Firebase file system provider in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -21,11 +21,11 @@ Follow the given steps to generate the secret access key:
* In the new dialog window, click the **Other service account** option to navigate to the Google service accounts console to generate the secret key.
-
+
* Now, open the Firebase service project from the Google services console, and generate a Secret key.
-
+
* After generating the secret key, replace secret key JSON in the access_key.json file in the Firebase Real time Database provider project to enable authentication for performing read and write operations.
@@ -135,7 +135,7 @@ After configuring the Firebase Real time Database service link, build and run th
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the Firebase file system provider, you need to initialize the Firebase file system provider in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the Firebase file system provider, you need to initialize the Firebase file system provider in the controller.
To initialize a local service with the above-mentioned file operations, create a new folder named `Controllers` inside the server part of the project. Then, create a new file with the extension `.cs` inside the Controllers folder and add the necessary file operations code available in the `FirebaseProviderController.cs` found at this [link](https://github.com/SyncfusionExamples/firebase-realtime-database-aspcore-file-provider/blob/master/Controllers/FirebaseProviderController.cs). Additionally, you can check out all the necessary file operation method details for this provider in the same GitHub repository.
diff --git a/blazor/file-manager/Google-Drive-file-system-provider.md b/blazor/file-manager/Google-Drive-file-system-provider.md
index 55fc6e0154..13a5f14de2 100644
--- a/blazor/file-manager/Google-Drive-file-system-provider.md
+++ b/blazor/file-manager/Google-Drive-file-system-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Google Drive provider in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Google Drive file system provider in Syncfusion Blazor File Manager component and more.
+title: Google Drive provider in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about Google Drive file system provider in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -44,7 +44,7 @@ After updating the credentials, just build and run the project. Now, the project
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the Google Drive file system provider, you need to initialize the Google Drive file system provider in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the Google Drive file system provider, you need to initialize the Google Drive file system provider in the controller.
To initialize a local service with the above-mentioned file operations, create a new folder named `Controllers` inside the server part of the project. Then, create a new file with the extension `.cs` inside the Controllers folder and add the necessary file operations code available in the `GoogleDriveProviderController.cs` found at this [link](https://github.com/SyncfusionExamples/google-drive-aspcore-file-provider/blob/master/EJ2GoogleDriveFileProvider/Controllers/GoogleDriveProviderController.cs). Additionally, you can check out all the necessary file operation method details for this provider in the same GitHub repository.
diff --git a/blazor/file-manager/SQL-database-file-system-provider.md b/blazor/file-manager/SQL-database-file-system-provider.md
index 67292a54a2..9aecb44005 100644
--- a/blazor/file-manager/SQL-database-file-system-provider.md
+++ b/blazor/file-manager/SQL-database-file-system-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: SQL database provider in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about SQL database file system provider in Syncfusion Blazor File Manager component and more.
+title: SQL database provider in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about SQL database file system provider in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -65,7 +65,7 @@ After configuring the connection, just build and run the project. Now, the proje
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the SQL database file system provider, you need to initialize the SQL database file system provider in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the SQL database file system provider, you need to initialize the SQL database file system provider in the controller.
To initialize a local service with the above-mentioned file operations, create a new folder named `Controllers` inside the server part of the project. Then, create a new file with the extension `.cs` inside the Controllers folder and add the necessary file operations code available in the `SQLProviderController.cs` found at this [link](https://github.com/SyncfusionExamples/sql-server-database-aspcore-file-provider/blob/master/Controllers/SQLProviderController.cs). Additionally, you can check out all the necessary file operation method details for this provider in the same GitHub repository.
diff --git a/blazor/file-manager/accessibility.md b/blazor/file-manager/accessibility.md
index 0e661ff155..031bd5c445 100644
--- a/blazor/file-manager/accessibility.md
+++ b/blazor/file-manager/accessibility.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Accessibility in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Accessibility in Syncfusion Blazor File Manager component and more.
+title: Accessibility in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about Accessibility in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -92,4 +92,4 @@ The accessibility compliance of the File Manager component is shown in the follo
## See also
-* [Accessibility in Syncfusion® Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
\ No newline at end of file
+* [Accessibility in Blazor components](https://blazor.syncfusion.com/documentation/common/accessibility)
\ No newline at end of file
diff --git a/blazor/file-manager/amazon-S3-cloud-file-provider.md b/blazor/file-manager/amazon-S3-cloud-file-provider.md
index 69c5bcba58..48e4946879 100644
--- a/blazor/file-manager/amazon-S3-cloud-file-provider.md
+++ b/blazor/file-manager/amazon-S3-cloud-file-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Amazon S3 cloud Provider in Blazor File Manager Component | Syncfusion
-description: Check out and learn about the Amazon S3 cloud file provider in the Syncfusion Blazor File Manager component.
+title: Amazon S3 cloud Provider in Blazor File Manager | Syncfusion®
+description: Check out and learn about the Amazon S3 cloud file provider in the Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -11,11 +11,11 @@ documentation: ug
## Introduction to Amazon S3
-Amazon Simple Storage Service (Amazon S3) is AWS's object storage service for storing and retrieving any amount of data. S3 is durable, scalable, and pay‑as‑you‑go. In this guide the Syncfusion Blazor File Manager connects to S3 through an ASP.NET Core backend so you can securely browse and perform file operations in the File Manager component.
+Amazon Simple Storage Service (Amazon S3) is AWS's object storage service for storing and retrieving any amount of data. S3 is durable, scalable, and pay‑as‑you‑go. In this guide the Blazor File Manager connects to S3 through an ASP.NET Core backend so you can securely browse and perform file operations in the File Manager component.
## Prerequisites
-Before you integrate Amazon S3 with the Syncfusion Blazor File Manager, ensure you have:
+Before you integrate Amazon S3 with the Blazor File Manager, ensure you have:
- An AWS Account
- A configured S3 Bucket
- AWS credentials: `awsAccessKeyId`, `awsSecretAccessKeyId`, `bucketRegion`, `awsRegion`.
@@ -35,7 +35,7 @@ Clone the [Amazon S3 File Provider](https://github.com/SyncfusionExamples/amazon
git clone https://github.com/SyncfusionExamples/ej2-amazon-s3-aspcore-file-provider ej2-amazon-s3-aspcore-file-provider
```
-N> This Amazon S3 provider for the Syncfusion Blazor File Manager is intended for demonstration and evaluation only. Before using it consult your security team and complete a security review.
+N> This Amazon S3 provider for the Blazor File Manager is intended for demonstration and evaluation only. Before using it consult your security team and complete a security review.
To initialize a local service with the above-mentioned file operations, create a folder named `Controllers` in the server project. Then, create a `.cs` file in the `Controllers` folder and add the required file operation code from [AmazonS3ProviderController.cs](https://github.com/SyncfusionExamples/amazon-s3-aspcore-file-provider/blob/master/Controllers/AmazonS3ProviderController.cs). You can also find the method-level details for this provider in the same repository.
@@ -47,7 +47,7 @@ After cloning, open the project in Visual Studio and restore the NuGet packages.
this.operation.RegisterAmazonS3("<---bucketName--->", "<---awsAccessKeyId--->", "<---awsSecretAccessKey--->", "<---region--->");
```
-## Configuring Syncfusion File Manager UI
+## Configuring Blazor File Manager UI
To configure File Manager component, open the NuGet package manager in Visual Studio (Tools → NuGet Package Manager → Manage NuGet Packages for Solution), then search and install **Syncfusion.Blazor.FileManager** and **Syncfusion.Blazor.Themes**. Integrate the FileManager component by pasting the below code in your .razor file of the Blazor application. Click this [link](https://blazor.syncfusion.com/documentation/file-manager/getting-started-with-web-app) for more details.
@@ -67,7 +67,7 @@ Now, build and run the Amazon File Service provider project. It will be hosted a
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the Amazon S3 cloud file provider, initialize the Amazon S3 cloud file provider in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the Amazon S3 cloud file provider, initialize the Amazon S3 cloud file provider in the controller.
## Supported File Operations
diff --git a/blazor/file-manager/azure-cloud-file-system-provider.md b/blazor/file-manager/azure-cloud-file-system-provider.md
index fc9dfab0ac..c7718cd4e5 100644
--- a/blazor/file-manager/azure-cloud-file-system-provider.md
+++ b/blazor/file-manager/azure-cloud-file-system-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Azure cloud provider in Blazor File Manager Component | Syncfusion
-description: Check out and learn about the Azure cloud file system provider in the Syncfusion Blazor File Manager component.
+title: Azure cloud provider in Blazor File Manager Component | Syncfusion®
+description: Check out and learn about the Azure cloud file system provider in the Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -11,11 +11,11 @@ documentation: ug
## Introduction to Azure Blob Storage
-Azure Blob Storage is Microsoft Azure's object storage solution for the cloud, optimized for storing massive amounts of unstructured data. In this guide, the Syncfusion Blazor File Manager connects to Blob Storage through an ASP.NET Core backend so you can securely browse and perform file operations in the File Manager component.
+Azure Blob Storage is Microsoft Azure's object storage solution for the cloud, optimized for storing massive amounts of unstructured data. In this guide, the Blazor File Manager connects to Blob Storage through an ASP.NET Core backend so you can securely browse and perform file operations in the File Manager component.
## Prerequisites
-Before you integrate Azure Blob Storage with the Syncfusion Blazor File Manager, ensure you have:
+Before you integrate Azure Blob Storage with the Blazor File Manager, ensure you have:
- An active Microsoft Azure subscription
- A Storage Account with Blob service enabled
- A Blob Container and an optional root folder inside that container
@@ -34,7 +34,7 @@ Clone the [Azure File Provider](https://github.com/SyncfusionExamples/azure-aspc
git clone https://github.com/SyncfusionExamples/ej2-azure-aspcore-file-provider ej2-azure-aspcore-file-provider
```
-N> This Azure Blob Storage provider for the Syncfusion Blazor File Manager is intended for demonstration and evaluation only. Before using it in production, consult your security team and complete a security review.
+N> This Azure Blob Storage provider for the Blazor File Manager is intended for demonstration and evaluation only. Before using it in production, consult your security team and complete a security review.
To initialize a local service with the above-mentioned file operations, create a folder named `Controllers` in the server project. Then, create a `.cs` file in the `Controllers` folder and add the required file operation code from [AzureProviderController.cs](https://github.com/SyncfusionExamples/azure-aspcore-file-provider/blob/master/Controllers/AzureProviderController.cs). You can also find the method-level details for this provider in the same repository.
@@ -71,7 +71,7 @@ public AzureProviderController(IHostingEnvironment hostingEnvironment)
}
```
-## Configuring Syncfusion File Manager UI
+## Configuring Blazor File Manager UI
To configure File Manager component, open the NuGet package manager in Visual Studio (Tools → NuGet Package Manager → Manage NuGet Packages for Solution), then search and install **Syncfusion.Blazor.FileManager** and **Syncfusion.Blazor.Themes**. Integrate the FileManager component by pasting the below code in your .razor file of the Blazor application. Click this [link](https://blazor.syncfusion.com/documentation/file-manager/getting-started-with-web-app) for more details.
@@ -91,7 +91,7 @@ Now, build and run the Azure File Service provider project. It will be hosted in
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the Azure cloud file system provider, initialize the Azure cloud provider in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the Azure cloud file system provider, initialize the Azure cloud provider in the controller.
## Supported File Operations
diff --git a/blazor/file-manager/context-menu.md b/blazor/file-manager/context-menu.md
index b441dcb648..d6cd1b5b9a 100644
--- a/blazor/file-manager/context-menu.md
+++ b/blazor/file-manager/context-menu.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Context Menu in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Context Menu in Syncfusion Blazor File Manager component and much more.
+title: Context Menu in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about Context Menu in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/custom-file-provider.md b/blazor/file-manager/custom-file-provider.md
index fc75bac880..80e01443d3 100644
--- a/blazor/file-manager/custom-file-provider.md
+++ b/blazor/file-manager/custom-file-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Custom File Provider in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Custom File System Provider in Syncfusion Blazor File Manager component and more.
+title: Custom File Provider in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about Custom File System Provider in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -9,7 +9,7 @@ documentation: ug
# Custom file provider for Blazor File Manager Component
-You can also create a custom file provider specific to your needs to connect with the Syncfusion® Blazor File Manager component, instead of relying on the above listed predefined providers offered by Syncfusion. Additionally, you need to ensure that the file actions requests and responses adhere to the same format used in the file system. Below are the details for each file action, to know more information about their request and response parameters.
+You can also create a custom file provider specific to your needs to connect with the Blazor File Manager component, instead of relying on the above listed predefined providers offered by Syncfusion. Additionally, you need to ensure that the file actions requests and responses adhere to the same format used in the file system. Below are the details for each file action, to know more information about their request and response parameters.
* **Read** - This action is used to read files and directories from the file system. It retrieves the list of files and subdirectories in a specified directory. Click this [link](https://blazor.syncfusion.com/documentation/file-manager/file-operations#reading-files-and-folders) to know about the request and response parameters of read operations.
diff --git a/blazor/file-manager/drag-and-drop.md b/blazor/file-manager/drag-and-drop.md
index bb7b7d6c0e..8b4fc7d942 100644
--- a/blazor/file-manager/drag-and-drop.md
+++ b/blazor/file-manager/drag-and-drop.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Drag and Drop in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about drag and drop in Syncfusion Blazor File Manager component and more.
+title: Drag and Drop in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about drag and drop in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -42,4 +42,4 @@ After successful compilation of your application, simply press `F5` to run the a
-
+
diff --git a/blazor/file-manager/end-user-capabilities.md b/blazor/file-manager/end-user-capabilities.md
index c33b825e59..3471030245 100644
--- a/blazor/file-manager/end-user-capabilities.md
+++ b/blazor/file-manager/end-user-capabilities.md
@@ -1,7 +1,7 @@
---
layout: post
-title: End User Capabilities in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about End User Capabilities in Syncfusion Blazor File Manager component and more.
+title: End User Capabilities in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about End User Capabilities in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -137,7 +137,7 @@ In the Blazor File Manager component, you can [**move**](https://blazor.syncfusi
To learn more, you can refer to the [Toolbar](https://blazor.syncfusion.com/documentation/file-manager/toolbar), [Context Menu](https://blazor.syncfusion.com/documentation/file-manager/context-menu), and [Drag and Drop](https://blazor.syncfusion.com/documentation/file-manager/drag-and-drop) sections.
-
+
### Upload or Download a File
diff --git a/blazor/file-manager/file-operations.md b/blazor/file-manager/file-operations.md
index 64f03b9345..b0023f48b0 100644
--- a/blazor/file-manager/file-operations.md
+++ b/blazor/file-manager/file-operations.md
@@ -1,7 +1,7 @@
---
layout: post
-title: File Operations in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about File Operations in Syncfusion Blazor File Manager component and more.
+title: File Operations in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about File Operations in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -1830,7 +1830,7 @@ The following table provides the toolbar buttons that appear based on the select
## Server-side Configuration
-This documentation outlines the server-side implementation and configuration required for enabling comprehensive file management operations in the Syncfusion Blazor File Manager component.
+This documentation outlines the server-side implementation and configuration required for enabling comprehensive file management operations in the Blazor File Manager component.
### Create Models
@@ -1952,7 +1952,7 @@ After configuring the server-side service, integrate the Syncfusion® Blazor Fil
### Create the Razor Component
-Add the Syncfusion® Blazor File Manager component in `.razor` file inside the `Pages` folder.
+Add the Blazor File Manager component in `.razor` file inside the `Pages` folder.
{% tabs %}
{% highlight razor tabtitle="Home.razor" %}
@@ -1971,7 +1971,7 @@ Add your required files and folders under the `wwwroot\Files` directory.
* In your project, the `wwwroot` directory is where static files are served from. It is typically found at the root level of your server project.
* Inside the `wwwroot` directory, create a new folder named `Files`. This will be used to store static files like images, documents, or other resources that you want to serve directly.
-* Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. This will render the Syncfusion® Blazor File Manager component in the default web browser.
+* Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. This will render the Blazor File Manager component in the default web browser.

diff --git a/blazor/file-manager/file-system-provider.md b/blazor/file-manager/file-system-provider.md
index 3312b94d34..6ebdf3afa2 100644
--- a/blazor/file-manager/file-system-provider.md
+++ b/blazor/file-manager/file-system-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: File System Providers in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about File System Providers in Syncfusion Blazor File Manager component and more.
+title: File System Providers in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about File System Providers in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -11,7 +11,7 @@ documentation: ug
The file system provider allows the File Manager component to manage the files and folders in a physical or cloud-based file system. It provides the methods for performing various file actions like creating a new folder, copying and moving of files or folders, deleting, uploading, and downloading the files or folders in the file system.
-The following file providers are added in Syncfusion® Blazor File Manager component.
+The following file providers are added in Blazor File Manager component.
* [Physical file system provider](https://blazor.syncfusion.com/documentation/file-manager/ASP-NET-Core-file-system-provider)
* [Azure cloud file system Provider](https://blazor.syncfusion.com/documentation/file-manager/ASP-NET-Core-Azure-cloud-file-system-provider)
diff --git a/blazor/file-manager/getting-started-with-maui-app.md b/blazor/file-manager/getting-started-with-maui-app.md
index e099499dc5..e9314bae98 100644
--- a/blazor/file-manager/getting-started-with-maui-app.md
+++ b/blazor/file-manager/getting-started-with-maui-app.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Getting Started with FileManager in Blazor MAUI App | Syncfusion
+title: Getting Started with FileManager in Blazor MAUI App | Syncfusion®
description: Checkout and learn about the documentation for getting started with Blazor FileManager Component in Blazor MAUI App.
platform: Blazor
control: FileManager
@@ -9,7 +9,7 @@ documentation: ug
# Getting Started with Blazor FileManager component
-This section explains you through the step-by-step process of integrating the [Syncfusion® Blazor FileManager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component into your Blazor MAUI application using both [Visual Studio](https://visualstudio.microsoft.com/vs/) and [Visual Studio Code](https://code.visualstudio.com/).
+This section explains you through the step-by-step process of integrating the [Blazor FileManager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component into your Blazor MAUI application using both [Visual Studio](https://visualstudio.microsoft.com/vs/) and [Visual Studio Code](https://code.visualstudio.com/).
{% tabcontents %}
@@ -50,7 +50,7 @@ cd MauiBlazorApp
{% endtabcontents %}
-## Install Syncfusion® Blazor packages
+## Install required Blazor packages
Install [Syncfusion.Blazor.FileManager](https://www.nuget.org/packages/Syncfusion.Blazor.FileManager) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages in your project using the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), or the integrated terminal in Visual Studio Code (`dotnet add package`).
@@ -80,9 +80,9 @@ After the packages are installed, open the **~/_Imports.razor** file and import
{% endhighlight %}
{% endtabs %}
-## Register Syncfusion® Blazor service
+## Register Blazor service
-Register the Syncfusion® Blazor service in the **~/MauiProgram.cs** file.
+Register the Blazor service in the **~/MauiProgram.cs** file.
{% tabs %}
{% highlight c# tabtitle="~/MauiProgram.cs" %}
@@ -118,9 +118,9 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in your Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
-## Add Syncfusion® Blazor FileManager component
+## Add Blazor FileManager component
-Add the Syncfusion® Blazor FileManager component in the **~/Pages/Home.razor** file.
+Add the Blazor FileManager component in the **~/Pages/Home.razor** file.
{% tabs %}
{% highlight razor tabtitle="Home.razor" %}
diff --git a/blazor/file-manager/getting-started-with-server-app.md b/blazor/file-manager/getting-started-with-server-app.md
index 689058aec6..eaf3445165 100644
--- a/blazor/file-manager/getting-started-with-server-app.md
+++ b/blazor/file-manager/getting-started-with-server-app.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Getting Started | Blazor File Manager Component | Syncfusion
+title: Getting Started with Blazor File Manager Component | Syncfusion®
description: Checkout and learn about getting started with Blazor File Manager component in Blazor Server Application.
platform: Blazor
control: File Manager
@@ -11,7 +11,7 @@ documentation: ug
# Getting Started with Blazor File Manager Component in Server App
-This section briefly explains about how to include [Syncfusion® Blazor FileManager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component in your Blazor Server App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
+This section briefly explains about how to include [Blazor FileManager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component in your Blazor Server App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
{% tabcontents %}
@@ -23,7 +23,7 @@ This section briefly explains about how to include [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) documentation.
+Create a **Blazor Server App** by using the **Blazor Web App** template in Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio) documentation.
{% endtabcontent %}
@@ -35,7 +35,7 @@ Create a **Blazor Server App** by using the **Blazor Web App** template in Visua
## Create a new Blazor App in Visual Studio Code
-Create a **Blazor Server App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio?tabcontent=visual-studio-code) documentation.
+Create a **Blazor Server App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Server App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-visual-studio?tabcontent=visual-studio-code) documentation.
Alternatively, create a Server application by using the following command in the integrated terminal (Ctrl+`).
@@ -85,7 +85,7 @@ cd BlazorApp
N> Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Server App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
-## Install Syncfusion® Blazor packages
+## Install Blazor packages
Install [Syncfusion.Blazor.FileManager](https://www.nuget.org/packages/Syncfusion.Blazor.FileManager/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages in your project using the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), or the integrated terminal in Visual Studio Code (`dotnet add package`), or the .NET CLI.
@@ -115,9 +115,9 @@ After the packages are installed, open the **~/_Imports.razor** file and import
{% endhighlight %}
{% endtabs %}
-## Register Syncfusion® Blazor service
+## Register Blazor service
-Register the Syncfusion® Blazor service in the **Program.cs** file of your Blazor Server App.
+Register the Blazor service in the **Program.cs** file of your Blazor Server App.
{% tabs %}
{% highlight C# tabtitle="Program.cs" %}
@@ -145,9 +145,9 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in Blazor application.
-## Add Syncfusion® Blazor FileManager component
+## Add Blazor FileManager component
-Add the Syncfusion® Blazor FileManager component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
+Add the Blazor FileManager component in the **~/Components/Pages/Home.razor** file. If the interactivity location is set to `Per page/component`, define a render mode at the top of the `~Pages/Home.razor` file.
N> If the Interactivity Location is set to `Global`, the render mode is automatically configured in the `App.razor` file by default.
@@ -176,12 +176,12 @@ N> If the Interactivity Location is set to `Global`, the render mode is automati
{% endhighlight %}
{% endtabs %}
-* Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. This will render the Syncfusion® Blazor File Manager component in the default web browser.
+* Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. This will render the Blazor File Manager component in the default web browser.
## See Also
-[Getting Started with Syncfusion® Blazor for Client-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
+[Getting Started with Blazor for Client-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
-[Getting Started with Syncfusion® Blazor for Client-Side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
+[Getting Started with Blazor for Client-Side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
-[Getting Started with Syncfusion® Blazor for Server-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)
+[Getting Started with Blazor for Server-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)
diff --git a/blazor/file-manager/getting-started-with-wasm-app.md b/blazor/file-manager/getting-started-with-wasm-app.md
index ec3899be85..602f1482a0 100644
--- a/blazor/file-manager/getting-started-with-wasm-app.md
+++ b/blazor/file-manager/getting-started-with-wasm-app.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Getting Started with File Manager Component | Syncfusion
+title: Getting Started with File Manager Component | Syncfusion®
description: Checkout and learn about getting started with Blazor File Manager component in Blazor WebAssembly App.
platform: Blazor
control: File Manager
@@ -11,7 +11,7 @@ documentation: ug
# Getting Started with Blazor File Manager Component in WASM App
-This section briefly explains about how to include [Syncfusion® Blazor File Manager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component in a Blazor WebAssembly App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
+This section briefly explains about how to include [Blazor File Manager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component in a Blazor WebAssembly App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
{% tabcontents %}
@@ -23,7 +23,7 @@ This section briefly explains about how to include [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor WASM App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) documentation.
+Create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor WASM App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app) documentation.
{% endtabcontent %}
@@ -35,7 +35,7 @@ Create a **Blazor WebAssembly App** using Visual Studio via [Microsoft Templates
## Create a new Blazor App in Visual Studio Code
-Create a **Blazor WebAssembly App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor WASM App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app?tabcontent=visual-studio-code) documentation.
+Create a **Blazor WebAssembly App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor WASM App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app?tabcontent=visual-studio-code) documentation.
Alternatively, create a WebAssembly application by using the following command in the integrated terminal (Ctrl+`).
@@ -83,7 +83,7 @@ cd BlazorApp
{% endtabcontents %}
-## Install Syncfusion® Blazor packages
+## Install Blazor packages
Install [Syncfusion.Blazor.FileManager](https://www.nuget.org/packages/Syncfusion.Blazor.FileManager/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages in your project using the NuGet Package Manager in Visual Studio (*Tools → NuGet Package Manager → Manage NuGet Packages for Solution*), or the integrated terminal in Visual Studio Code (`dotnet add package`), or the .NET CLI.
@@ -113,9 +113,9 @@ After the packages are installed, open the **~/_Imports.razor** file and import
{% endhighlight %}
{% endtabs %}
-## Register Syncfusion® Blazor service
+## Register Blazor service
-Register the Syncfusion® Blazor service in the **Program.cs** file of your Blazor WebAssembly App.
+Register the Blazor service in the **Program.cs** file of your Blazor WebAssembly App.
{% tabs %}
{% highlight C# tabtitle="Program.cs" %}
@@ -143,9 +143,9 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in the Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in the Blazor application.
-## Add Syncfusion® Blazor File Manager component
+## Add Blazor File Manager component
-Add the Syncfusion® Blazor File Manager component in the **~/Pages/Index.razor** file.
+Add the Blazor File Manager component in the **~/Pages/Index.razor** file.
{% tabs %}
{% highlight razor %}
@@ -163,11 +163,11 @@ Add the Syncfusion® Blazor File Manager com
{% endhighlight %}
{% endtabs %}
-* Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. This will render the Syncfusion® Blazor File Manager component in the default web browser.
+* Press Ctrl+F5 (Windows) or ⌘+F5 (macOS) to launch the application. This will render the Blazor File Manager component in the default web browser.
## See also
-* [Getting Started with Syncfusion® Blazor for Client-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
-* [Getting Started with Syncfusion® Blazor for Client-Side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
-* [Getting Started with Syncfusion® Blazor for Server-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)
+* [Getting Started with Blazor for Client-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-dotnet-cli)
+* [Getting Started with Blazor for Client-Side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
+* [Getting Started with Blazor for Server-Side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-server-side-dotnet-cli)
diff --git a/blazor/file-manager/getting-started-with-web-app.md b/blazor/file-manager/getting-started-with-web-app.md
index d14364df97..09350c8659 100644
--- a/blazor/file-manager/getting-started-with-web-app.md
+++ b/blazor/file-manager/getting-started-with-web-app.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Getting Started with Syncfusion Blazor File Manager Component
+title: Getting Started with Blazor File Manager Component | Syncfusion®
description: Checkout and learn about the documentation for getting started with Blazor File Manager Component in Blazor Web App.
platform: Blazor
component: File Manager
@@ -9,7 +9,7 @@ documentation: ug
# Getting Started with Blazor File Manager Component in Blazor Web App
-This section briefly explains about how to include [Syncfusion® Blazor File Manager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
+This section briefly explains about how to include [Blazor File Manager](https://www.syncfusion.com/blazor-components/blazor-file-manager) component in your Blazor Web App using [Visual Studio](https://visualstudio.microsoft.com/vs/), [Visual Studio Code](https://code.visualstudio.com/), and the [.NET CLI](https://learn.microsoft.com/en-us/dotnet/core/tools/).
{% tabcontents %}
@@ -21,7 +21,7 @@ This section briefly explains about how to include [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
+Create a **Blazor Web App** using Visual Studio 2022 via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app) documentation.
{% endtabcontent %}
@@ -33,7 +33,7 @@ Create a **Blazor Web App** using Visual Studio 2022 via [Microsoft Templates](h
## Create a new Blazor Web App in Visual Studio Code
-Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
+Create a **Blazor Web App** using Visual Studio Code via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vsc) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-code-integration/create-project). For detailed instructions, refer to the [Blazor Web App Getting Started](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app?tabcontent=visual-studio-code) documentation.
For example, in a Blazor Web App with the `Auto` interactive render mode, use the following commands in the integrated terminal (Ctrl+`):
@@ -85,7 +85,7 @@ cd BlazorApp.Client
N> Configure the appropriate [Interactive render mode](https://learn.microsoft.com/en-us/aspnet/core/blazor/components/render-modes?view=aspnetcore-10.0#render-modes) and [Interactivity location](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-10.0&pivots=vs) while creating a Blazor Web App. For detailed information, refer to the [interactive render mode documentation](https://blazor.syncfusion.com/documentation/common/interactive-render-mode).
-## Install Syncfusion® Blazor packages
+## Install required Blazor packages
Install the [Syncfusion.Blazor.FileManager](https://www.nuget.org/packages/Syncfusion.Blazor.FileManager/) and [Syncfusion.Blazor.Themes](https://www.nuget.org/packages/Syncfusion.Blazor.Themes/) NuGet packages using one of the following methods.
@@ -124,9 +124,9 @@ After the packages are installed, open the **~/_Imports.razor** file in the clie
{% endhighlight %}
{% endtabs %}
-## Register Syncfusion® Blazor service
+## Register Blazor service
-Register the Syncfusion® Blazor service in the **Program.cs** file of your Blazor Web App.
+Register the Blazor service in the **Program.cs** file of your Blazor Web App.
{% tabs %}
{% highlight c# tabtitle="Program.cs" %}
@@ -140,7 +140,7 @@ builder.Services.AddSyncfusionBlazor();
{% endhighlight %}
{% endtabs %}
-N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, register the Syncfusion® Blazor service in **Program.cs** files of both the server and client projects in your Blazor Web App.
+N> If the **Interactive Render Mode** is set to `WebAssembly` or `Auto`, register the Blazor service in **Program.cs** files of both the server and client projects in your Blazor Web App.
## Add stylesheet and script resources
@@ -156,7 +156,7 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
N> Check out the [Blazor Themes](https://blazor.syncfusion.com/documentation/appearance/themes) topic to discover various methods ([Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets), [CDN](https://blazor.syncfusion.com/documentation/appearance/themes#cdn-reference), and [CRG](https://blazor.syncfusion.com/documentation/common/custom-resource-generator)) for referencing themes in your Blazor application. Also, check out the [Adding Script Reference](https://blazor.syncfusion.com/documentation/common/adding-script-references) topic to learn different approaches for adding script references in your Blazor application.
-## Add Syncfusion® Blazor File Manager component
+## Add Blazor File Manager component
* Open a Razor file located in the **~/Components/Pages** (for example, **Home.razor**) and add the Blazor File Manager component inside the razor file.
* If the interactivity location is set to `Per page/component` in the Web App, define a render mode at the top of the razor file. (For example, `InteractiveServer`, `InteractiveWebAssembly` or `InteractiveAuto`).
@@ -198,6 +198,6 @@ N> If the **Interactivity Location** is set to `Global` with `Auto` or `WebAssem
## See also
-1. [Getting Started with Syncfusion® Blazor for client-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app)
-2. [Getting Started with Syncfusion® Blazor for client-side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
-3. [Getting Started with Syncfusion® Blazor for server-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)
\ No newline at end of file
+1. [Getting Started with Blazor for client-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-app)
+2. [Getting Started with Blazor for client-side in Visual Studio](https://blazor.syncfusion.com/documentation/getting-started/blazor-webassembly-visual-studio)
+3. [Getting Started with Blazor for server-side in .NET Core CLI](https://blazor.syncfusion.com/documentation/getting-started/blazor-web-app)
\ No newline at end of file
diff --git a/blazor/file-manager/how-to/add-custom-tool-bar.md b/blazor/file-manager/how-to/add-custom-tool-bar.md
index 045b4ccf3d..e636e035f9 100644
--- a/blazor/file-manager/how-to/add-custom-tool-bar.md
+++ b/blazor/file-manager/how-to/add-custom-tool-bar.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Adding Custom Item to Toolbar in Blazor File Manager | Syncfusion
-description: Learn here all about adding custom item to toolbar in Syncfusion Blazor File Manager component and more.
+title: Adding Custom Item to Toolbar in Blazor File Manager | Syncfusion®
+description: Learn here all about adding custom item to toolbar in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/how-to/adding-custom-item-to-context-menu.md b/blazor/file-manager/how-to/adding-custom-item-to-context-menu.md
index f5e9c4e332..490c8fa786 100644
--- a/blazor/file-manager/how-to/adding-custom-item-to-context-menu.md
+++ b/blazor/file-manager/how-to/adding-custom-item-to-context-menu.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Adding Custom Item to Context Menu in Blazor File Manager | Syncfusion
-description: Learn here all about adding custom item to context menu in Syncfusion Blazor File Manager component and more.
+title: Adding Custom Item to Context Menu in File Manager | Syncfusion®
+description: Learn here all about adding custom item to context menu in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/how-to/customize-http-handler.md b/blazor/file-manager/how-to/customize-http-handler.md
index 928976f6d2..d85844ac68 100644
--- a/blazor/file-manager/how-to/customize-http-handler.md
+++ b/blazor/file-manager/how-to/customize-http-handler.md
@@ -1,6 +1,6 @@
---
layout: post
-title: Customize HTTP handler | Syncfusion
+title: Customize HTTP handler | Syncfusion®
description: Learn here all about customizing the HTTP handler in the Windows authenticated client application for Blazor FileManager.
platform: Blazor
control: File Manager
@@ -143,13 +143,13 @@ This section explains how to create a Blazor server application with Windows aut
### Create Windows Authenticated Blazor Server Application
-You can create a Blazor server application with Windows authentication using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio).
+You can create a Blazor server application with Windows authentication using Visual Studio via [Microsoft Templates](https://learn.microsoft.com/en-us/aspnet/core/blazor/tooling?view=aspnetcore-7.0) or the [Syncfusion® Blazor Extension](https://blazor.syncfusion.com/documentation/visual-studio-integration/template-studio).

Include the [Microsoft.AspNetCore.Authentication.JWTBearer](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer) package for generating user tokens.
-Initialize the File Manager component in the **~/Pages/Index.razor** file using the [Getting Started with Blazor File Manager Component](https://blazor.syncfusion.com/documentation/file-manager/getting-started) documentation.
+Initialize the File Manager component in the **~/Pages/Index.razor** file using the [Getting Started with Blazor File Manager Component](https://blazor.syncfusion.com/documentation/file-manager/getting-started-with-web-app) documentation.
### Implementing JWT Token Generation and Authorization
diff --git a/blazor/file-manager/how-to/customize-navigation-items.md b/blazor/file-manager/how-to/customize-navigation-items.md
index 4d7b7a24f2..2bd60eb095 100644
--- a/blazor/file-manager/how-to/customize-navigation-items.md
+++ b/blazor/file-manager/how-to/customize-navigation-items.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Customize the Navigation Pane in Blazor File Manager | Syncfusion
-description: Learn how to customize the Navigation Pane in the Syncfusion Blazor File Manager component and more.
+title: Customize the Navigation Pane in Blazor File Manager | Syncfusion®
+description: Checkout and learn how to customize the Navigation Pane in the Blazor File Manager component and more.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/how-to/nested-items.md b/blazor/file-manager/how-to/nested-items.md
index 78cbe6ce25..73f7735960 100644
--- a/blazor/file-manager/how-to/nested-items.md
+++ b/blazor/file-manager/how-to/nested-items.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Nested items in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about nested items in Syncfusion Blazor File Manager component and more.
+title: Nested items in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about nested items in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -180,7 +180,7 @@ The following example shows how to render the SfFileManager component inside the
```
-
+
## Adding File Manager inside the Tab
@@ -231,4 +231,4 @@ The following example demonstrates how to integrate the Blazor File Manager comp
```
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/blazor/file-manager/how-to/previewing-files.md b/blazor/file-manager/how-to/previewing-files.md
index 6ad57362aa..3deb3060f3 100644
--- a/blazor/file-manager/how-to/previewing-files.md
+++ b/blazor/file-manager/how-to/previewing-files.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Previewing Files in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about previewing files in Syncfusion Blazor File Manager component and more.
+title: Previewing Files in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about previewing files in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md b/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md
index 2ef2856183..378345ec80 100644
--- a/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md
+++ b/blazor/file-manager/how-to/restrict-drag-and-drop-upload.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Prevent upload in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about prevent external upload in Syncfusion Blazor File Manager component and much more.
+title: Prevent upload in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about prevent external upload in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/how-to/upload-large-files.md b/blazor/file-manager/how-to/upload-large-files.md
index e5459813b6..7470a2f072 100644
--- a/blazor/file-manager/how-to/upload-large-files.md
+++ b/blazor/file-manager/how-to/upload-large-files.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Upload large file in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about uploading large files in Syncfusion Blazor File Manager component and much more.
+title: Upload large file in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about uploading large files in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/multiple-file-selection.md b/blazor/file-manager/multiple-file-selection.md
index 773818eae7..377f7c1b86 100644
--- a/blazor/file-manager/multiple-file-selection.md
+++ b/blazor/file-manager/multiple-file-selection.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Multiple File Selection in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about multiple file selection in Syncfusion Blazor File Manager component and more.
+title: Multiple File Selection in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about multiple file selection in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -31,7 +31,7 @@ After successful compilation of your application, simply press `F5` to run the a
-
+
## Getting Selected Files
diff --git a/blazor/file-manager/pagination.md b/blazor/file-manager/pagination.md
index 6e83503fba..9483d546ea 100644
--- a/blazor/file-manager/pagination.md
+++ b/blazor/file-manager/pagination.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Pagination in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Pagination in the Syncfusion Blazor File Manager component and more.
+title: Pagination in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about Pagination in the Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -15,11 +15,11 @@ To enable pagination, you need to set the [AllowPaging](https://help.syncfusion.
## Customize the pagination options
-Customizing the pagination options in the Syncfusion® File Manager allows you to tailor the File Manager pager according to your specific requirements. You can customize the pagination to display the number of pages using the `NumericItemsCount` property, change the current page using `CurrentPage` property, display the number of records in the File Manager using the `PageSize` property, and even adjust the page sizes in a dropdown using the `PageSizes` property.
+Customizing the pagination options in the File Manager allows you to tailor the File Manager pager according to your specific requirements. You can customize the pagination to display the number of pages using the `NumericItemsCount` property, change the current page using `CurrentPage` property, display the number of records in the File Manager using the `PageSize` property, and even adjust the page sizes in a dropdown using the `PageSizes` property.
### Change the page size
-The Syncfusion® File Manager allows you to control the number of records displayed per page, providing you with flexibility in managing your data. This feature is particularly useful when you want to adjust the amount of data visible to you at any given time. To achieve this, you can utilize the [PageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html#Syncfusion_Blazor_FileManager_FileManagerPageSettings_PageSize) property. This property is used to specify the initial number of records to display on each page.
+The File Manager allows you to control the number of records displayed per page, providing you with flexibility in managing your data. This feature is particularly useful when you want to adjust the amount of data visible to you at any given time. To achieve this, you can utilize the [PageSize](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html#Syncfusion_Blazor_FileManager_FileManagerPageSettings_PageSize) property. This property is used to specify the initial number of records to display on each page.
The following example demonstrates how to change the page size of a File Manager using the `PageSize` property.
@@ -38,7 +38,7 @@ The following example demonstrates how to change the page size of a File Manager
````
Below is a screenshot illustrating the `PageSize` property in the File Manager component.
-
+
### Change the page count
@@ -59,13 +59,13 @@ The [NumericItemsCount](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.
Below is a screenshot illustrating the `NumericItemsCount` property in the File Manager component.
-
+
### Change the current page
-The Syncfusion® File Manager allows you to change the currently displayed page, which can be particularly useful when you need to navigate through different pages of data either upon the initial rendering of the File Manager or update the displayed page based on interactions or specific conditions. The default value of **CurrentPage** property is 1.
+The File Manager allows you to change the currently displayed page, which can be particularly useful when you need to navigate through different pages of data either upon the initial rendering of the File Manager or update the displayed page based on interactions or specific conditions. The default value of **CurrentPage** property is 1.
-To change the current page in the Syncfusion® File Manager, you can utilize the [CurrentPage](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html#Syncfusion_Blazor_FileManager_FileManagerPageSettings_CurrentPage) property in [FileManagerPageSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html) component, which defines the current page number of the pager.
+To change the current page in the File Manager, you can utilize the [CurrentPage](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html#Syncfusion_Blazor_FileManager_FileManagerPageSettings_CurrentPage) property in [FileManagerPageSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerPageSettings.html) component, which defines the current page number of the pager.
The following example demonstrates how to implement the `CurrentPage` property.
@@ -86,7 +86,7 @@ The following example demonstrates how to implement the `CurrentPage` property.
````
Below is a screenshot illustrating the `CurrentPage` property in the File Manager component.
-
+
## Pager Template in Blazor File Manager
@@ -97,7 +97,7 @@ The [Template](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManag
By invoking the [GoToPageAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.SfFileManager-1.html#Syncfusion_Blazor_FileManager_SfFileManager_1_GoToPageAsync_System_Int32_) method within the pager template for the Blazor File Manager component, you can navigate to a specific page by passing the page number to the method.
-Below is an example on how to customize pagination in the Syncfusion® File Manager by adding a custom button and using the [GoToPageAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.SfFileManager-1.html#Syncfusion_Blazor_FileManager_SfFileManager_1_GoToPageAsync_System_Int32_) method in the pager template for specific page navigation.
+Below is an example on how to customize pagination in the File Manager by adding a custom button and using the [GoToPageAsync](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.SfFileManager-1.html#Syncfusion_Blazor_FileManager_SfFileManager_1_GoToPageAsync_System_Int32_) method in the pager template for specific page navigation.
````cshtml
@using Syncfusion.Blazor.FileManager;
@@ -127,7 +127,7 @@ Below is an example on how to customize pagination in the Syncfusion® Blazor File Manager component using the Physical file system provider, you need to initialize the physical service in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the Physical file system provider, you need to initialize the physical service in the controller.
To initialize a local service with the above-mentioned file operations, create a new folder named `Controllers` inside the server part of the project. Then, create a new file with the extension `.cs` inside the Controllers folder and add the necessary file operations code available in the `FileManagerController.cs` found at this [link](https://github.com/SyncfusionExamples/ej2-aspcore-file-provider/blob/master/Controllers/FileManagerController.cs). Additionally, you can check out all the necessary file operation method details for this provider in the same GitHub repository.
-N> To learn more about file actions that can be performed with Physical file system provider, refer to this [link](https://github.com/SyncfusionExamples/ej2-aspcore-file-provider#key-features). When using a custom physical file provider in Syncfusion File Manager, installing a [PhysicalFileProvider](https://www.nuget.org/packages/Syncfusion.Blazor.FileManager.PhysicalFileProvider) NuGet package is not required. The custom provider manages file operations independently, eliminating the need for additional dependencies.
+N> To learn more about file actions that can be performed with Physical file system provider, refer to this [link](https://github.com/SyncfusionExamples/ej2-aspcore-file-provider#key-features). When using a custom physical file provider in File Manager, installing a [PhysicalFileProvider](https://www.nuget.org/packages/Syncfusion.Blazor.FileManager.PhysicalFileProvider) NuGet package is not required. The custom provider manages file operations independently, eliminating the need for additional dependencies.
diff --git a/blazor/file-manager/sharePoint-file-provider.md b/blazor/file-manager/sharePoint-file-provider.md
index 5efc5bf9d8..7acb731338 100644
--- a/blazor/file-manager/sharePoint-file-provider.md
+++ b/blazor/file-manager/sharePoint-file-provider.md
@@ -1,7 +1,7 @@
---
layout: post
-title: SharePoint provider in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about SharePoint Provider in Syncfusion Blazor File Manager component and more.
+title: SharePoint provider in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about SharePoint Provider in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -76,7 +76,7 @@ After configuring the SharePoint file provider, build and run the project. Now,
```
-To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Syncfusion® Blazor File Manager component using the SharePoint file provider, you need to initialize the SharePoint service in the controller.
+To perform file operations (Read, Create, Rename, Delete, Get file details, Search, Copy, Move, Upload, Download, GetImage) in the Blazor File Manager component using the SharePoint file provider, you need to initialize the SharePoint service in the controller.
To initialize a local service with the above-mentioned file operations, create a new folder named `Controllers` inside the server part of the project. Then, create a new file with the extension `.cs` inside the Controllers folder and add the necessary file operations code available in the `SharePointController.cs` found at this [link](https://github.com/SyncfusionExamples/sharepoint-aspcore-file-provider/blob/master/Controllers/SharePointController.cs). Additionally, you can check out all the necessary file operation method details for this provider in the same GitHub repository.
diff --git a/blazor/file-manager/styles.md b/blazor/file-manager/styles.md
index 8570f48a7b..ccee306ae3 100644
--- a/blazor/file-manager/styles.md
+++ b/blazor/file-manager/styles.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Styles and Appearance in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about styles and appearance in Syncfusion Blazor File Manager component and more.
+title: Styles and Appearance in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about styles and appearance in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -40,7 +40,7 @@ To customize the File Manager navigation pane, use the `.e-navigation` selector
```
-
+
## Customizing the File Manager thumbnail
@@ -80,7 +80,7 @@ The following example demonstrates how to customize the File Manager's thumbnail
```
-
+
## Customizing the File Manager layout
@@ -106,7 +106,7 @@ To customize the File Manager layout, use the `.e-layout-content` selector and a
```
-
+
## Customizing the File Manager Toolbar
@@ -132,7 +132,7 @@ To customize the File Manager toolbar items, use the `.e-toolbar` selector and a
```
-
+
## Customizing the File Manager selected files/folders
@@ -160,7 +160,7 @@ To customize the File Manager selected files/folders, use the below selectors an
```
-
+
## Customizing the File Manager Dialog
@@ -189,4 +189,4 @@ In this example, we have applied styles to the header content.
```
-
\ No newline at end of file
+
\ No newline at end of file
diff --git a/blazor/file-manager/toolbar.md b/blazor/file-manager/toolbar.md
index 24d02ab3cd..1b20d9fcd7 100644
--- a/blazor/file-manager/toolbar.md
+++ b/blazor/file-manager/toolbar.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Toolbar in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about Toolbar module in Syncfusion Blazor File Manager component and much more.
+title: Toolbar in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all the details about Toolbar module in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/upload.md b/blazor/file-manager/upload.md
index 808e4bb047..0374ae7040 100644
--- a/blazor/file-manager/upload.md
+++ b/blazor/file-manager/upload.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Upload in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about available Upload in Syncfusion Blazor File Manager component and much more.
+title: Upload in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about available Upload in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
@@ -13,7 +13,7 @@ The Blazor File Manager component provides a [FileManagerUploadSettings](https:/
## Directory Upload
-The [DirectoryUpload](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DirectoryUpload) property controls whether users can browse and upload entire directories (folders) in the Syncfusion Blazor File Manager component.
+The [DirectoryUpload](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html#Syncfusion_Blazor_FileManager_FileManagerUploadSettings_DirectoryUpload) property controls whether users can browse and upload entire directories (folders) in the Blazor File Manager component.
To enable directory upload, set the `DirectoryUpload` property to `true` in the [FileManagerUploadSettings](https://help.syncfusion.com/cr/blazor/Syncfusion.Blazor.FileManager.FileManagerUploadSettings.html) configuration.
diff --git a/blazor/file-manager/views.md b/blazor/file-manager/views.md
index 929dd8d44b..2f7917cc6e 100644
--- a/blazor/file-manager/views.md
+++ b/blazor/file-manager/views.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Views in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about available Views module in Syncfusion Blazor File Manager component and much more.
+title: Views in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about available Views module in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug
diff --git a/blazor/file-manager/virtualization.md b/blazor/file-manager/virtualization.md
index 85edd69d88..39c17e92a9 100644
--- a/blazor/file-manager/virtualization.md
+++ b/blazor/file-manager/virtualization.md
@@ -1,7 +1,7 @@
---
layout: post
-title: Virtualization in Blazor File Manager Component | Syncfusion
-description: Checkout and learn here all about virtualization in Syncfusion Blazor File Manager component and more.
+title: Views in Blazor File Manager Component | Syncfusion®
+description: Checkout and learn here all about available Views module in Blazor File Manager component and much more details.
platform: Blazor
control: File Manager
documentation: ug