9 lines
353 B
Markdown
9 lines
353 B
Markdown
|
<a name="scaffold"></a>
|
||
|
### Scaffold the Movie model
|
||
|
|
||
|
* Open a command window in the project directory (The directory that contains the *Program.cs*, *Startup.cs*, and *.csproj* files).
|
||
|
* Run the following command:
|
||
|
|
||
|
```console
|
||
|
dotnet aspnet-codegenerator razorpage -m Movie -dc MovieContext -udl -outDir Pages/Movies --referenceScriptLibraries
|
||
|
```
|