Update model.md

pull/3895/head
Rick Anderson 2017-08-05 10:20:37 -04:00 committed by GitHub
parent 3fbd938e13
commit f8ca011f8c
1 changed files with 1 additions and 1 deletions

View File

@ -87,7 +87,7 @@ The `Update-Database` command runs the `Up` method in the *Migrations/\<time-sta
* Run the following command:
```console
dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages\Movie
dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages\Movies
```
The following table details the ASP.NET Core code generators` parameters: