JetBrains Rider
 
Get JetBrains Rider
You are viewing the documentation for an earlier version of JetBrains Rider.

ASP.NET Scaffolding

Last modified: 20 September 2022

Scaffolding is a tool that helps you quickly create controllers, views, and other items for your ASP.NET projects.

JetBrains Rider provides the following scaffolded items:

Some scaffolding options create no views, but JetBrains Rider highlights usages of the missing views, and you can create those views individually from the controller — set the caret at the highlighted View(); and press Alt+Enter and choose one of the options for creating a view:

JetBrains Rider: ASP.NET Scaffolding. Create missing Views