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