Fixed sentence. (#22436)
parent
4bea9e24a1
commit
75fa1aee1b
|
@ -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**.
|
||||||
|
|
Loading…
Reference in New Issue