Skip to content

Commit ee9f68d

Browse files
966893: Update how-to-register-in-an-application.md
1 parent 5954c8c commit ee9f68d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

blazor/getting-started/license-key/how-to-register-in-an-application.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ I> Syncfusion<sup style="font-size:70%">&reg;</sup> license keys can be validate
3333

3434
## Blazor Web App (Interactive Auto)
3535

36-
Open **~/Program.cs** file in both the server and client projects of a Blazor Web App(InteractiveAuto) and register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor license key.
36+
Open **~/Program.cs** file in both the server and client projects of a Blazor Web App(Interactive Auto) and register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor license key.
3737
{% tabs %}
3838

3939
{% highlight C# tabtitle="Blazor Web App" hl_lines="1 2" %}
@@ -47,7 +47,7 @@ Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("YOUR LICENSE KEY
4747

4848
## Blazor Web App (Interactive Server)
4949

50-
* For .NET 8 and .NET 9 app, open the **~/Program.cs** file and register the Syncfusion<sup style="font-size:70%">&reg;</sup> license key.
50+
* For .NET 8 and .NET 9, open the **~/Program.cs** file and register the Syncfusion<sup style="font-size:70%">&reg;</sup> license key.
5151

5252
{% tabs %}
5353

@@ -71,7 +71,7 @@ if (!app.Environment.IsDevelopment())
7171

7272
## Blazor Web App (Interactive WebAssembly)
7373

74-
Open **~/Program.cs** file in both the server and client projects of a Blazor Web App(InteractiveWebAssembly) and register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor license key.
74+
Open **~/Program.cs** file in both the server and client projects of a Blazor Web App(Interactive WebAssembly) and register the Syncfusion<sup style="font-size:70%">&reg;</sup> Blazor license key.
7575
{% tabs %}
7676

7777
{% highlight C# tabtitle="Blazor Web App" hl_lines="1 2" %}

0 commit comments

Comments
 (0)