Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion aspnetcore/razor-pages/ui-class.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ For information on how to integrate npm and webpack into the build process for a

# [Visual Studio](#tab/visual-studio)

* From Visual Studio select **Create new a new project**.
* From Visual Studio select **Create a new project**.
* Select **Razor Class Library** > **Next**.
* 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`.
* 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**.
Expand Down
Loading