Skip to content

Commit 86272bf

Browse files
committed
Updated Blazor UG documentation
1 parent 8c5a3fd commit 86272bf

File tree

5 files changed

+5
-7
lines changed

5 files changed

+5
-7
lines changed

blazor/browser-support.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,6 @@ All modern browsers listed are supported on their latest stable versions.
4646
| Apple Safari, including iOS | Latest Version |
4747
| Microsoft Internet Explorer | 11 |
4848

49-
N> Internet Explorer 11 is supported only for Blazor Server apps targeting .NET Core 3.1 or earlier and requires additional polyfills. See the [supported platforms](https://learn.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-9.0) and the guidance to [render Blazor Server apps in IE](https://blazor.syncfusion.com/documentation/common/how-to/render-blazor-server-app-in-ie). IE11 is out of support and not recommended for production.
50-
5149
## See Also
5250

53-
* [ASP.NET Core Blazor supported platforms](https://learn.microsoft.com/en-us/aspnet/core/blazor/supported-platforms?view=aspnetcore-9.0)
51+
* [ASP.NET Core Blazor supported platforms](https://learn.microsoft.com/en-us/aspnet/core/blazor/supported-platforms)

blazor/common/custom-resource-generator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ documentation: ug
99

1010
# Custom Resource Generator
1111

12-
Syncfusion<sup style="font-size:70%">&reg;</sup> provides the [Custom Resource Generator](https://blazor.syncfusion.com/crg) (CRG) web tool (available from v19.2.0.44) to generate component-specific interop scripts and styles for Blazor. Using CRG reduces bundle size and improves load performance by including only the required resources instead of the full library.
12+
Syncfusion<sup style="font-size:70%">&reg;</sup> provides the [Custom Resource Generator](https://blazor.syncfusion.com/crg) (CRG) web tool to generate component-specific interop scripts and styles for Blazor. Using CRG reduces bundle size and improves load performance by including only the required resources instead of the full library.
1313

1414
![CRG preview showing component and theme selection](images/custom-resource-generator-preview.png)
1515

blazor/common/globalization.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ When working with HTML form fields, browser-native input types affect culture be
2525

2626
Blazor relies on the browser’s handling of these input types, which ensures that the user input is parsed and rendered according to their specific culture settings.
2727

28-
Some input types are inconsistently supported across browsers and may be less reliable:
28+
Input types are inconsistently supported across browsers and may be less reliable:
2929

3030
* `datetime-local`
3131
* `month`

blazor/common/right-to-left.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,4 +92,4 @@ In the following example, RTL is enabled for the `SfDropDownList` component by s
9292
9393
```
9494

95-
![DropDownList rendered in a right-to-left layout](images/righttoleft.png)
95+
![Blazor DropDownList rendered in a right-to-left layout](images/righttoleft.png)

blazor/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ padding-top: 20px;
110110
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/maps/getting-started">Maps</a></div>
111111
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/range-selector/getting-started">Range Selector</a></div>
112112
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/smith-chart/getting-started">Smith Chart</a></div>
113-
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/sparkline/getting-started">Sparkline</a></div>
113+
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/sparkline/getting-started">Sparkline Chart</a></div>
114114
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/accumulation-chart/getting-started-with-web-app">Accumulation Chart</a></div>
115115
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/barcode/getting-started">Barcode</a></div>
116116
<div class="controlanchorlink"><a target="_self" href="https://blazor.syncfusion.com/documentation/treemap/getting-started">TreeMap</a></div>

0 commit comments

Comments
 (0)