12 references to ConventionallyRoutedController
Microsoft.AspNetCore.Mvc.Core.Test (12)
ApplicationModels\DefaultApplicationModelProviderTest.cs (12)
49var context = new ApplicationModelProviderContext(new[] { typeof(ModelBinderController).GetTypeInfo(), typeof(ConventionallyRoutedController).GetTypeInfo() }); 57c => Assert.Equal(typeof(ConventionallyRoutedController).GetTypeInfo(), c.ControllerType), 750var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 751var actionName = nameof(ConventionallyRoutedController.Edit); 770var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 771var actionName = nameof(ConventionallyRoutedController.Update); 794var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 795var actionName = nameof(ConventionallyRoutedController.Delete); 819var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 820var actionName = nameof(ConventionallyRoutedController.Details); 842var typeInfo = typeof(ConventionallyRoutedController).GetTypeInfo(); 843var actionName = nameof(ConventionallyRoutedController.List);