Skip to content

Commit 2951040

Browse files
1027606: Update the getting started page.
1 parent b332a55 commit 2951040

3 files changed

Lines changed: 4 additions & 8 deletions

File tree

Document-Processing/Excel/Spreadsheet/Blazor/blazor-hybrid-maui-app.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ After the packages are installed, open the **~/_Imports.razor** file and import
5252

5353
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service
5454

55-
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service in the **~/MauiProgram.cs** file.
55+
Register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service in the **~/MauiProgram.cs** file. After the builder is created.
5656

5757
{% tabs %}
5858
{% highlight c# tabtitle="MauiProgram.cs" %}

Document-Processing/Excel/Spreadsheet/Blazor/getting-started-webapp.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ After the packages are installed, open the **~/_Imports.razor** file in the clie
185185

186186
## Register Syncfusion® Blazor Service
187187

188-
Register the Syncfusion Blazor service in the **Program.cs** file of your Blazor Web App.
188+
Register the Syncfusion Blazor service in the **Program.cs** file of your Blazor Web App. After the builder is created.
189189

190190
{% tabs %}
191191
{% highlight c# tabtitle="Program.cs" %}
@@ -211,12 +211,10 @@ The theme stylesheet and script can be accessed from NuGet through [Static Web A
211211
{% highlight razor tabtitle="App.razor" %}
212212

213213
<head>
214-
....
215214
<!-- Syncfusion Blazor components theme -->
216215
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
217216
</head>
218217
<body>
219-
....
220218
<!-- Syncfusion Blazor Spreadsheet Editor script -->
221219
<script src="_content/Syncfusion.Blazor.Spreadsheet/scripts/syncfusion-blazor-spreadsheet.min.js" type="text/javascript"></script>
222220
</body>

Document-Processing/Excel/Spreadsheet/Blazor/getting-started.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ After the packages are installed, open the **~/_Imports.razor** file and import
176176

177177
## Register Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor Service
178178

179-
Register the Syncfusion Blazor service in the **~/Program.cs** file of your Blazor WebAssembly App.
179+
Register the Syncfusion Blazor service in the **~/Program.cs** file of your Blazor WebAssembly App. After the builder is created.
180180

181181
{% tabs %}
182182
{% highlight C# tabtitle="Program.cs" %}
@@ -197,15 +197,13 @@ builder.Services.AddSyncfusionBlazor();
197197
The theme stylesheet and script can be accessed from NuGet through [Static Web Assets](https://blazor.syncfusion.com/documentation/appearance/themes#static-web-assets). Include the stylesheet reference in the <head> section and the script reference at the end of the <body> in the **~/index.html** file as shown below.
198198

199199
{% tabs %}
200-
{% highlight razor tabtitle="index.html" %}
200+
{% highlight html tabtitle="index.html" %}
201201

202202
<head>
203-
....
204203
<!-- Syncfusion Blazor components theme -->
205204
<link href="_content/Syncfusion.Blazor.Themes/bootstrap5.css" rel="stylesheet" />
206205
</head>
207206
<body>
208-
....
209207
<!-- Syncfusion Blazor Spreadsheet Editor script -->
210208
<script src="_content/Syncfusion.Blazor.Spreadsheet/scripts/syncfusion-blazor-spreadsheet.min.js" type="text/javascript"></script>
211209
</body>

0 commit comments

Comments
 (0)