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: blazor/appearance/themes.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1049,7 +1049,7 @@ The following example demonstrates how to change a theme dynamically in Blazor a
1049
1049
* For **Blazor Web App using any interactive render mode (Server, WebAssembly, or Auto)**, the theme is changed based on query string at the **~/Components/App.razor** file
Copy file name to clipboardExpand all lines: blazor/common/adding-script-references.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
@@ -17,7 +17,7 @@ N> JavaScript interop files are required for features that cannot be implemented
17
17
18
18
You can refer the Syncfusion<supstyle="font-size:70%">®</sup> Blazor scripts using the CDN resources.
19
19
20
-
* For **.NET 8and .NET 9** Blazor Web App (any render mode: Server, WebAssembly, or Auto), add scripts in `~/Components/App.razor`.
20
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web App (any render mode: Server, WebAssembly, or Auto), add scripts in `~/Components/App.razor`.
21
21
* For a **Blazor WebAssembly (standalone) App**, add scripts in `~/wwwroot/index.html`.
22
22
23
23
Syncfusion<supstyle="font-size:70%">®</sup> Blazor components are available on the CDN per version. Ensure the version in the URLs matches the NuGet package version used in the application.
Copy file name to clipboardExpand all lines: blazor/common/cdn-fallback.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
@@ -13,7 +13,7 @@ This section explains how to reference fallback [scripts](https://blazor.syncfus
13
13
14
14
## Blazor Web App
15
15
16
-
For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), reference script and stylesheet fallback from [Static Web Assets](https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets) as shown below.
16
+
For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), reference script and stylesheet fallback from [Static Web Assets](https://blazor.syncfusion.com/documentation/common/adding-script-references#static-web-assets) as shown below.
Copy file name to clipboardExpand all lines: blazor/common/content-security-policy.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
@@ -22,7 +22,7 @@ Include the following directives in the CSP policy for Syncfusion<sup style="fon
22
22
23
23
These directives should be included in the `<head>` tag of the application's webpage, typically
24
24
25
-
* For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), inside the `<head>` of the **~/Components/App.razor** file.
25
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), inside the `<head>` of the **~/Components/App.razor** file.
26
26
27
27
* For **Blazor WebAssembly Standalone App**, inside the `<head>` of the **wwwroot/index.html** file.
Copy file name to clipboardExpand all lines: blazor/common/custom-resource-generator.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
@@ -47,7 +47,7 @@ N> When downloading Material or Tailwind themes (alone or with other themes), th
47
47
48
48
1. Copy and paste the downloaded custom resources into the application's `~/wwwroot` folder.
49
49
2. Manually add the custom interop script and styles:
50
-
* For **.NET 8and .NET 9** Blazor Web App (any render mode: Server, WebAssembly, or Auto), reference the custom interop script in `~/Components/App.razor` file.
50
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web App (any render mode: Server, WebAssembly, or Auto), reference the custom interop script in `~/Components/App.razor` file.
51
51
* For a **Blazor WebAssembly (standalone) app**, reference the custom interop script in `~/wwwroot/index.html` file.
Copy file name to clipboardExpand all lines: blazor/common/data-binding/sql-server-data-binding.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
@@ -413,7 +413,7 @@ Themes provide life to components. Syncfusion<sup style="font-size:70%">®</s
413
413
414
414
In this demo application, the latest theme will be used.
415
415
416
-
* For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), refer stylesheet inside the `<head>` of **~/Components/App.razor** .
416
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), refer stylesheet inside the `<head>` of **~/Components/App.razor** .
417
417
418
418
* For **Blazor WebAssembly application**, refer stylesheet inside the `<head>` element of **wwwroot/index.html** file.
Copy file name to clipboardExpand all lines: blazor/common/how-to/upgrade-syncfusion-components-to-latest-version.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
@@ -13,7 +13,7 @@ Use the following checklist to upgrade Syncfusion<sup style="font-size:70%">®
13
13
14
14
## Compatible .NET version
15
15
16
-
Syncfusion<supstyle="font-size:70%">®</sup> Blazor components in the latest version `'{:nuget-version:}'` are compatible with the latest version of [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0). Also, refer to [version compatibility](./version-compatibility) documentation for more information about version compatibility of Syncfusion<supstyle="font-size:70%">®</sup> Blazor components and .NET SDK.
16
+
Syncfusion<supstyle="font-size:70%">®</sup> Blazor components in the latest version `'{:nuget-version:}'` are compatible with the latest version of [.NET 8.0](https://dotnet.microsoft.com/en-us/download/dotnet/8.0) or [.NET 9.0](https://dotnet.microsoft.com/en-us/download/dotnet/9.0) or [.NET 10](https://dotnet.microsoft.com/en-us/download/dotnet/10.0). Also, refer to [version compatibility](./version-compatibility) documentation for more information about version compatibility of Syncfusion<supstyle="font-size:70%">®</sup> Blazor components and .NET SDK.
Copy file name to clipboardExpand all lines: blazor/common/localization.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -102,7 +102,7 @@ In Blazor Web App and Blazor WebAssembly (WASM) apps, set culture either in Blaz
102
102
103
103
Set the app’s culture in JavaScript by configuring `applicationCulture` in Blazor’s start options:
104
104
105
-
* For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), prevent Blazor autostart by adding `autostart="false"` to the Blazor `<script>` tag in **~/Components/App.razor**.
105
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), prevent Blazor autostart by adding `autostart="false"` to the Blazor `<script>` tag in **~/Components/App.razor**.
106
106
* For a `Blazor WebAssembly Standalone app`, prevent Blazor autostart by adding `autostart="false"` to the Blazor `<script>` tag in **wwwroot/index.html**.
107
107
108
108
{% tabs %}
@@ -222,7 +222,7 @@ For Blazor Web App and Blazor WASM Standalone apps, set the `BlazorWebAssemblyLo
222
222
223
223
{% endtabs %}
224
224
225
-
* For **.NET 8and .NET 9** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), add JavaScript in **~/Components/App.razor** (after the Blazor `<script>` tag and before `</body>`) to get and set the user’s selected culture in browser local storage.
225
+
* For **.NET 8, .NET 9 and .NET 10** Blazor Web Apps using any render mode (Server, WebAssembly, or Auto), add JavaScript in **~/Components/App.razor** (after the Blazor `<script>` tag and before `</body>`) to get and set the user’s selected culture in browser local storage.
226
226
* For a Blazor WASM Standalone app, add the JavaScript in **wwwroot/index.html** (after the Blazor `<script>` tag and before `</body>`).
227
227
228
228
{% tabs %}
@@ -379,7 +379,7 @@ For a Blazor Web App using the **Interactive render mode** of `Server`, register
0 commit comments