2 writes to Actions
Mvc.RoutingWebSite (2)
StartupWithoutEndpointRouting.cs (2)
78Actions = null, // remove all 83Actions = new[] { nameof(PageRouteController.AttributeRoute) }
2 references to Actions
Mvc.RoutingWebSite (2)
RemoveControllerActionDescriptorProvider.cs (2)
33if (controllerToRemove.Actions == null || controllerToRemove.Actions.Contains(controllerActionDescriptor.ActionName))