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 Studio select **Create new a new project**.
24
+
* From Visual Studio select **Create a new project**.
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**.
0 commit comments