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/getting-started/license-key/how-to-register-in-an-application.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -33,7 +33,7 @@ I> Syncfusion<sup style="font-size:70%">®</sup> license keys can be validate
33
33
34
34
## Blazor Web App (Interactive Auto)
35
35
36
-
Open **~/Program.cs** file in both the server and client projects of a Blazor Web App(InteractiveAuto) and register the Syncfusion<supstyle="font-size:70%">®</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<supstyle="font-size:70%">®</sup> Blazor license key.
37
37
{% tabs %}
38
38
39
39
{% highlight C# tabtitle="Blazor Web App" hl_lines="1 2" %}
* For .NET 8 and .NET 9 app, open the **~/Program.cs** file and register the Syncfusion<supstyle="font-size:70%">®</sup> license key.
50
+
* For .NET 8 and .NET 9, open the **~/Program.cs** file and register the Syncfusion<supstyle="font-size:70%">®</sup> license key.
51
51
52
52
{% tabs %}
53
53
@@ -71,7 +71,7 @@ if (!app.Environment.IsDevelopment())
71
71
72
72
## Blazor Web App (Interactive WebAssembly)
73
73
74
-
Open **~/Program.cs** file in both the server and client projects of a Blazor Web App(InteractiveWebAssembly) and register the Syncfusion<supstyle="font-size:70%">®</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<supstyle="font-size:70%">®</sup> Blazor license key.
75
75
{% tabs %}
76
76
77
77
{% highlight C# tabtitle="Blazor Web App" hl_lines="1 2" %}
0 commit comments