12 references to ConventionallyRoutedController
Microsoft.AspNetCore.Mvc.Core.Test (12)
ApplicationModels\DefaultApplicationModelProviderTest.cs (12)
48var context = new ApplicationModelProviderContext(new[] { typeof(ModelBinderController).GetTypeInfo(), typeof(ConventionallyRoutedController).GetTypeInfo() }); 56c => Assert.Equal(typeof(ConventionallyRoutedController).GetTypeInfo(), c.ControllerType), 749var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 750var actionName = nameof(ConventionallyRoutedController.Edit); 769var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 770var actionName = nameof(ConventionallyRoutedController.Update); 793var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 794var actionName = nameof(ConventionallyRoutedController.Delete); 818var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 819var actionName = nameof(ConventionallyRoutedController.Details); 841var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 842var actionName = nameof(ConventionallyRoutedController.List);