4 types derived from ControllerBase
AspireWithMaui.WeatherApi (1)
Controllers\WeatherForecastController.cs (1)
7public class WeatherForecastController : ControllerBase
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (2)
Logging\ApiRoutingController.cs (1)
18public class ApiRoutingController : ControllerBase
Logging\TestController.cs (1)
14public class TestController : ControllerBase
Microsoft.AspNetCore.Mvc.ViewFeatures (1)
Controller.cs (1)
17public abstract class Controller : ControllerBase, IActionFilter, IAsyncActionFilter, IDisposable