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