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: aspnetcore/razor-pages/ui-class.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ For information on how to integrate npm and webpack into the build process for a
21
21
22
22
# [Visual Studio](#tab/visual-studio)
23
23
24
-
* From Visual Studioselect **Create a new project**.
24
+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select the **File** > **New** > **Project/Solution**.
25
25
* Select **Razor Class Library** > **Next**.
26
26
* Name the library (for example, "RazorClassLib"), > **Create**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
27
27
* Select **Support pages and views** if you need the library to contain pages and/or views. By default, only Razor components are supported. Select **Create**.
Copy file name to clipboardExpand all lines: aspnetcore/razor-pages/ui-class/includes/ui-class6.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
@@ -9,7 +9,7 @@ For information on how to integrate npm and webpack into the build process for a
9
9
10
10
# [Visual Studio](#tab/visual-studio)
11
11
12
-
* From Visual Studioselect **Create new a new project**.
12
+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select **File** > **New** > **Project/Solution**.
13
13
* Select **Razor Class Library** > **Next**.
14
14
* Name the library (for example, "RazorClassLib"), > **Create**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
15
15
* Select **Support pages and views** if you need to support views. By default, only Razor Pages are supported. Select **Create**.
* From Visual Studioselect **Create a new project**.
178
+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select the **File** > **New** > **Project/Solution**.
179
179
* Select **Razor Class Library** > **Next**.
180
180
* Name the library (for example, "RazorClassLib"), > **Create** > **Next**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
181
181
* Select the **Target Framework**. Check **☑ Support pages and views** to support views. By default, only Razor components are supported. Select **Create**.
* From Visual Studioselect **Create new a new project**.
567
+
* From Visual Studio's **Start Window**, select **Create a new project**. Alternatively, select the **File** > **New** > **Project/Solution**.
568
568
* Select **Razor Class Library** > **Next**.
569
569
* Name the library (for example, "RazorClassLib"), > **Create**. To avoid a file name collision with the generated view library, ensure the library name doesn't end in `.Views`.
570
570
* Select **Support pages and views** if you need to support views. By default, only Razor Pages are supported. Select **Create**.
0 commit comments