Custom scaffold templates in ASP.NET Core

前端 未结 4 1774
半阙折子戏
半阙折子戏 2020-12-01 01:38

Now that I figured out how to enable scaffolding in ASP.NET Core MVC (see View scaffold templates in ASP.NET Core), I\'d like to create custom template files for Views. I f

4条回答
  •  无人及你
    2020-12-01 02:21

    I am using Microsoft.VisualStudio.Web.CodeGeneration.Tools 1.0.0-preview2-final

    Templates are located here...

    C:\Users\{username}\.nuget\packages\Microsoft.VisualStudio.Web.CodeGenerators.Mvc\1.0.0-preview2-final\Templates

    Copy the Templates folder to your project and edit them as required.

提交回复
热议问题