Update first-web-api.md (#28342)
parent
049eb7102d
commit
af3fcc9c57
|
@ -302,7 +302,7 @@ Build the project.
|
||||||
Run the following command:
|
Run the following command:
|
||||||
|
|
||||||
```dotnetcli
|
```dotnetcli
|
||||||
dotnet aspnet-codegenerator controller -name TodoItemsController -async -api -m TodoItem -dc TodoContext -outDir Controllers
|
dotnet-aspnet-codegenerator controller -name TodoItemsController -async -api -m TodoItem -dc TodoContext -outDir Controllers
|
||||||
```
|
```
|
||||||
|
|
||||||
The preceding command scaffolds the `TodoItemsController`.
|
The preceding command scaffolds the `TodoItemsController`.
|
||||||
|
|
Loading…
Reference in New Issue