Skip to content

Commit 57a5fcc

Browse files
authored
Provide commands to get Blazor template options (#17906)
1 parent 3aec4d7 commit 57a5fcc

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

aspnetcore/blazor/templates.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ description: Learn about ASP.NET Core Blazor app templates and Blazor project st
55
monikerRange: '>= aspnetcore-3.1'
66
ms.author: riande
77
ms.custom: mvc
8-
ms.date: 03/26/2020
8+
ms.date: 04/19/2020
99
no-loc: [Blazor, SignalR]
1010
uid: blazor/templates
1111
---
@@ -24,6 +24,13 @@ For more information on Blazor's hosting models, see <xref:blazor/hosting-models
2424

2525
For step-by-step instructions on creating a Blazor app from a template, see <xref:blazor/get-started>.
2626

27+
Template options are available by passing the `--help` option to the [dotnet new](/dotnet/core/tools/dotnet-new) CLI command:
28+
29+
```dotnetcli
30+
dotnet new blazorwasm --help
31+
dotnet new blazorserver --help
32+
```
33+
2734
## Blazor project structure
2835

2936
The following files and folders make up a Blazor app generated from a Blazor template:

0 commit comments

Comments
 (0)