49 references to MapOutboundEntry
Microsoft.AspNetCore.Routing.Tests (49)
Tree\TreeRouterTest.cs (49)
930MapOutboundEntry(builder, secondTemplate);
931MapOutboundEntry(builder, firstTemplate);
964MapOutboundEntry(builder, template);
1013MapOutboundEntry(builder, firstTemplate, order: 1);
1014MapOutboundEntry(builder, secondTemplate, order: 0);
1043MapOutboundEntry(builder, firstTemplate, requiredValues: null, order: 1);
1044MapOutboundEntry(builder, secondTemplate, requiredValues: null, order: 0);
1073MapOutboundEntry(builder, secondTemplate, requiredValues: null, order: 0);
1074MapOutboundEntry(builder, firstTemplate, requiredValues: null, order: 0);
1096MapOutboundEntry(builder, template: "a/b/{parameter3=3}/d", requiredValues: null, order: 0);
1116MapOutboundEntry(builder, "Template", name: "NamedEntry", order: 1);
1117MapOutboundEntry(builder, "TEMPLATE", name: "NamedEntry", order: 2);
1131MapOutboundEntry(builder, "named", requiredValues: null, order: 1, name: "NamedRoute");
1132MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0);
1156MapOutboundEntry(builder, "named", requiredValues: null, order: 1, name: "NamedRoute");
1159MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0);
1185MapOutboundEntry(builder, template, requiredValues: null, order: 1, name: "NamedRoute");
1188MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0);
1214MapOutboundEntry(builder, template, requiredValues: null, order: 1, name: "NamedRoute");
1217MapOutboundEntry(builder, "unnamed", requiredValues: null, order: 0);
1239MapOutboundEntry(builder, "api/Store", new { });
1259MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" });
1279MapOutboundEntry(builder, "api/Store", new { action = "Details", controller = "Store" });
1296MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" });
1316MapOutboundEntry(builder, "Customers/SeparatePageModels/{handler?}/{id?}", new { page = "/Customers/SeparatePageModels/Index" });
1336MapOutboundEntry(builder, "api/Store/{action}", new { action = "Index", controller = "Store" });
1356MapOutboundEntry(builder,
1381MapOutboundEntry(builder, "api/Store/{action=Index}", new { action = "Index", controller = "Store" });
1401MapOutboundEntry(builder, "api/Store/{action}/{id:int}", new { action = "Index", controller = "Store" });
1422MapOutboundEntry(builder, "api/Store/{action}/{id:int}", new { action = "Index", controller = "Store" });
1440MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" });
1460MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" });
1480MapOutboundEntry(builder, "api/Store", new { action = "Index", controller = "Store" });
1481MapOutboundEntry(builder, "api2/{controller}", new { action = "Index", controller = "Blog" });
1502var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" });
1505var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" });
1527var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" });
1530var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" });
1552var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" });
1555var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" });
1579var entry1 = MapOutboundEntry(builder, "Help/Store", new { area = "Help", action = "Edit", controller = "Store" });
1582var entry2 = MapOutboundEntry(builder, "Store", new { area = (string)null, action = "Edit", controller = "Store" });
1680MapOutboundEntry(builder, template);
1901var entry = MapOutboundEntry(
1923var entry = MapOutboundEntry(
1945var entry = MapOutboundEntry(
1967var entry = MapOutboundEntry(
2088MapOutboundEntry(builder, firstTemplate);
2089MapOutboundEntry(builder, secondTemplate);