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: Extension/Blazor-Extension/Visual-Studio/template-studio.md
+58-19Lines changed: 58 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,9 @@ documentation: ug
11
11
12
12
Syncfusion provides the Blazor Template Studio, which allows you to create a Syncfusion Blazor application with Syncfusion components. The Syncfusion Blazor app is created with the required component Syncfusion NuGet references, namespaces, styles, and component render code. The Template Studio provides an easy-to-use project wizard that walks you through the process of creating an application with Syncfusion components.
13
13
14
-
The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2019**:
14
+
The steps below will assist you to create your **Syncfusion Blazor Application** through **Visual Studio 2022**:
15
+
16
+
> **Note:** The Syncfusion Blazor Extensions for Visual Studio 2019 are available on Essential Studio release "20.3.0.56" and below.
15
17
16
18
> Before use the Syncfusion Blazor Project Template, check whether the Syncfusion Blazor Template Studio Extension installed or not in Visual Studio Extension Manager by clicking on the Extensions -> Manage Extensions -> Installed. If this extension not installed, please install the extension by follow the steps from the [download and installation](https://blazor.syncfusion.com/documentation/visual-studio-integration/visual-studio-extensions/download-and-installation/) help topic.
17
19
@@ -35,25 +37,48 @@ The steps below will assist you to create your **Syncfusion Blazor Application**
35
37
36
38

37
39
38
-
4. The Template Studio wizard for configuring the Syncfusion Blazor app will be launched. Choose the Syncfusion Blazor application type.
39
-
40
-

41
-
42
-
> .NET 6.0 is available from v19.4.0.38 and support from Visual Studio 2022.
40
+
4. The Syncfusion Blazor Template Studio wizard will be launched to configure the Syncfusion Blazor app.
43
41
44
-
> .NET 7.0 is available from v20.4.0.38 and support from Visual Studio 2022.
45
-
46
-
> .NET 8.0 is available from v23.2.4 and support from Visual Studio 2022.
42
+
> **Note:** Refer to the .NET SDK support for Syncfusion Blazor Components [here](https://blazor.syncfusion.com/documentation/system-requirements#net-sdk).
47
43
48
44
**Project type section**
49
45
50
-
Choose one of the Syncfusion Blazor application types:
51
-
* Syncfusion Blazor Server App
52
-
* Syncfusion Blazor WebAssembly App
53
-
54
-
In the Syncfusion Blazor WebAssembly App application type, we can choose **ASP.NET Core hosted**, **Progressive Web Application**, or both.
In the **Syncfusion Blazor WebAssembly App** application type, you can choose ASP.NET Core hosted, Progressive Web Application, or both.
80
+
81
+

57
82
58
83
> **Note:** The Progressive Web Application will be enabled if .NET 6.0 version or higher is installed.
59
84
@@ -73,16 +98,30 @@ The steps below will assist you to create your **Syncfusion Blazor Application**
73
98
74
99
6. Click either **Next** or the **Features** tab, and you will see the features listed for the selected controls. You can choose the required features.
75
100
76
-
7. Click either **Next** or the **Configuration** tab, and the Configuration section will be loaded. You can choose the required (.NET 6.0, .NET 7.0, and .NET 8.0), themes, https configuration, authentication type (None, Individual Accounts, Microsoft Identity Platform, and Windows), and Blazor Web Assembly application types (ASP.NET Core hosted and Progressive Web Application).
101
+
7. Click **Next** or the **Configuration** tab to load the Configuration section. You can choose the required (.NET 8.0, .NET 7.0, and .NET 6.0), themes, https configuration, localization option, authentication type, Blazor Web App, and Blazor Web Assembly application types.
77
102
78
-
> **Note:** ASP.NET Core hosted and Progressive Web Application options are only visible for the Blazor Web Assembly App application type.
103
+
Depending on your Syncfusion Blazor Application Type, refer to the table below for supported authentication types.
| Syncfusion Blazor Application Type | Supported Authentication Types |
106
+
| ------------- | ------------- |
107
+
| Syncfusion Blazor Web App | None and Individual Accounts |
108
+
| Syncfusion Blazor WebAssembly App | None, Individual Accounts and Microsoft Identity Platform |
109
+
| Syncfusion Blazor Server App | None, Individual Accounts, Microsoft Identity Platform, and Windows |
110
+
111
+
If you choose the **Blazor Web App** application type, you can customize the Interactivity type and Interactivity location options.
112
+
113
+

114
+
115
+
If you choose the **Blazor Web Assembly App** application type, you can customize the ASP.NET Core hosted and Progressive Web Application options.
116
+
117
+

81
118
82
119
**Project details section**
83
120
84
121
You can change the configuration details below in the Project Details section to change the application type, remove control(s) from the selected controls, or change the configurations.
85
122
123
+

124
+
86
125
8. Click **Create** button. The Syncfusion Blazor application has been created. The created Syncfusion Blazor app has the Syncfusion NuGet packages, styles, and the render code for the Syncfusion component.
0 commit comments