1.0 KiB
1.0 KiB
no-loc | ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
The following table details the ASP.NET Core code generator parameters:
Parameter | Description |
---|---|
-m | The name of the model. |
-dc | The data context. |
-udl | Use the default layout. |
--relativeFolderPath | The relative output folder path to create the files. |
--useDefaultLayout | The default layout should be used for the views. |
--referenceScriptLibraries | Adds _ValidationScriptsPartial to Edit and Create pages. |
-sqlite | Flag to specify if DbContext should use SQLite instead of SQL Server. |
Use the h
switch to get help on the aspnet-codegenerator controller
command:
dotnet aspnet-codegenerator controller -h
For more information, see dotnet aspnet-codegenerator