Fixed sentence. (#22436)

pull/22437/head
Eric Xu 2021-05-28 20:00:59 +10:00 committed by GitHub
parent 4bea9e24a1
commit 75fa1aee1b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ Razor views, pages, controllers, page models, [Razor components](xref:blazor/com
# [Visual Studio](#tab/visual-studio) # [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**. * 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`. * 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 to support views. By default, only Razor Pages are supported. Select **Create**. * Select **Support pages and views** if you need to support views. By default, only Razor Pages are supported. Select **Create**.