49 references to MapOutboundEntry
Microsoft.AspNetCore.Routing.Tests (49)
Tree\TreeRouterTest.cs (49)
929MapOutboundEntry(builder, secondTemplate); 930MapOutboundEntry(builder, firstTemplate); 963MapOutboundEntry(builder, template); 1012MapOutboundEntry(builder, firstTemplate, order: 1); 1013MapOutboundEntry(builder, secondTemplate, order: 0); 1042MapOutboundEntry(builder, firstTemplate, requiredValues: null, order: 1); 1043MapOutboundEntry(builder, secondTemplate, requiredValues: null, order: 0); 1072MapOutboundEntry(builder, secondTemplate, requiredValues: null, order: 0); 1073MapOutboundEntry(builder, firstTemplate, requiredValues: null, order: 0); 1095MapOutboundEntry(builder, template: "a/b/{parameter3=3}/d", requiredValues: null, order: 0); 1115MapOutboundEntry(builder, "Template", name: "NamedEntry", order: 1); 1116MapOutboundEntry(builder, "TEMPLATE", name: "NamedEntry", order: 2); 1130MapOutboundEntry(builder, "named", requiredValues: null, order: 1, name: "NamedRoute"); 1131MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0); 1155MapOutboundEntry(builder, "named", requiredValues: null, order: 1, name: "NamedRoute"); 1158MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0); 1184MapOutboundEntry(builder, template, requiredValues: null, order: 1, name: "NamedRoute"); 1187MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0); 1213MapOutboundEntry(builder, template, requiredValues: null, order: 1, name: "NamedRoute"); 1216MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0); 1238MapOutboundEntry(builder, "api/Store", new { }); 1258MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" }); 1278MapOutboundEntry(builder, "api/Store", new { action = "Details", controller = "Store" }); 1295MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" }); 1315MapOutboundEntry(builder, "Customers/SeparatePageModels/{handler?}/{id?}", new { page = "/Customers/SeparatePageModels/Index" }); 1335MapOutboundEntry(builder, "api/Store/{action}", new { action = "Index", controller = "Store" }); 1355MapOutboundEntry(builder, 1380MapOutboundEntry(builder, "api/Store/{action=Index}", new { action = "Index", controller = "Store" }); 1400MapOutboundEntry(builder, "api/Store/{action}/{id:int}", new { action = "Index", controller = "Store" }); 1421MapOutboundEntry(builder, "api/Store/{action}/{id:int}", new { action = "Index", controller = "Store" }); 1439MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" }); 1459MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" }); 1479MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" }); 1480MapOutboundEntry(builder, "api2/{controller}", new { action = "Index", controller = "Blog" }); 1501var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" }); 1504var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" }); 1526var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" }); 1529var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" }); 1551var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" }); 1554var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" }); 1578var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" }); 1581var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" }); 1679MapOutboundEntry(builder, template); 1900var entry = MapOutboundEntry( 1922var entry = MapOutboundEntry( 1944var entry = MapOutboundEntry( 1966var entry = MapOutboundEntry( 2087MapOutboundEntry(builder, firstTemplate); 2088MapOutboundEntry(builder, secondTemplate);