Which template should you choose when you need both Razor-based web pages and API controllers?

  • Web Application
  • Web API
  • Empty
  • Blazor
The "Web Application" template is the suitable choice when you need both Razor-based web pages for user interfaces and API controllers for handling data interactions. This template provides a balanced setup for creating web applications that combine server-rendered Razor pages with APIs for data exchange.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *