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
+25-5Lines changed: 25 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,16 @@ N> * Place the license key between double quotes. Also, ensure that Syncfusion.
24
24
25
25
I> Syncfusion<supstyle="font-size:70%">®</sup> license keys can be validated during the Continuous Integration (CI) processes to ensure proper licensing and prevent licensing errors during deployment. Refer to the [CI License Validation](https://blazor.syncfusion.com/documentation/getting-started/license-key/ci-license-validation) section for detailed instructions on how to implement it.
26
26
27
-
## Blazor Web App
27
+
| Blazor Mode | Project(s) to Register License Key | File(s) to Register License Key |
Open **~/Program.cs** file and register the Syncfusion<supstyle="font-size:70%">®</sup> Blazor license key in the Blazor web app.
34
+
## Blazor Web App (Interactive Auto)
30
35
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.
31
37
{% tabs %}
32
38
33
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.
45
51
46
52
{% tabs %}
47
53
@@ -63,7 +69,21 @@ if (!app.Environment.IsDevelopment())
63
69
64
70
{% endtabs %}
65
71
66
-
## Blazor WebAssembly App
72
+
## Blazor Web App (Interactive WebAssembly)
73
+
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
+
{% tabs %}
76
+
77
+
{% highlight C# tabtitle="Blazor Web App" hl_lines="1 2" %}
0 commit comments