3 types derived from Controller
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Logging\AttributeRoutingController.cs (1)
13public class AttributeRoutingController : Controller
Logging\ConventionalRoutingController.cs (1)
11public class ConventionalRoutingController : Controller
Logging\MixedRoutingController.cs (1)
12public class MixedRoutingController : Controller
2 references to Controller
Microsoft.AspNetCore.Mvc.ViewFeatures (2)
Controller.cs (2)
364static async Task Awaited(Controller controller, Task<ActionExecutedContext> task) 374/// Releases all resources currently used by this <see cref="Controller"/> instance.