kathiravan
kathiravan

Reputation: 9

How to find the controller folder in ASP.NET Core 3.1 MVC project

Not able to see the controller folder in project:

Please find attached screenshot for reference

Upvotes: 0

Views: 471

Answers (1)

Richard
Richard

Reputation: 109180

A project using solely Razor pages won't have any controllers.

(And, there is no requirement for controllers to be in a specific folder: they just need the right base type.)

Upvotes: 2

Related Questions