Create API (JSON/REST) Controller in C# Razor Project

Опубликовано: 10 Февраль 2025
на канале: Brandan Jones
1,568
27

Add a RESTful JSON API Controller to an existing C# Razor Page project. Create and deploy the Controller class, and view results in a browser. Serve data to the controller,from other places in the application, by using a static class. View results in a browser.