13 writes to Prefix
Microsoft.AspNetCore.Mvc.Core.Test (5)
ApplicationModels\EndpointMetadataProviderTest.cs (4)
104
Prefix
= RoutePatternFactory.Parse("/"),
147
Prefix
= RoutePatternFactory.Parse("/"),
168
Prefix
= RoutePatternFactory.Parse("/"),
189
Prefix
= RoutePatternFactory.Parse("/"),
Routing\ControllerActionEndpointDataSourceTest.cs (1)
429
Prefix
= groupPattern,
Microsoft.AspNetCore.Mvc.RazorPages.Test (1)
Infrastructure\PageActionEndpointDataSourceTest.cs (1)
147
Prefix
= groupPattern,
Microsoft.AspNetCore.Routing (1)
RouteGroupBuilder.cs (1)
100
Prefix
= fullPrefix,
Microsoft.AspNetCore.Routing.Tests (6)
CompositeEndpointDataSourceTest.cs (6)
50
Prefix
= prefix,
71
Prefix
= RoutePatternFactory.Parse(""),
299
Prefix
= prefix,
345
Prefix
= prefix,
400
Prefix
= prefix,
463
Prefix
= prefix,
6 references to Prefix
Microsoft.AspNetCore.Mvc.Core (1)
Routing\ActionEndpointDataSourceBase.cs (1)
55
context.
Prefix
,
Microsoft.AspNetCore.Routing (5)
EndpointDataSource.cs (3)
29
/// Get the <see cref="Endpoint"/> instances for this <see cref="EndpointDataSource"/> given the specified <see cref="RouteGroupContext.
Prefix
"/> and <see cref="RouteGroupContext.Conventions"/>.
33
/// Returns a read-only collection of <see cref="Endpoint"/> instances given the specified group <see cref="RouteGroupContext.
Prefix
"/> and <see cref="RouteGroupContext.Conventions"/>.
54
var fullRoutePattern = RoutePatternFactory.Combine(context.
Prefix
, routeEndpoint.RoutePattern);
RouteEndpointDataSource.cs (1)
110
endpoints[i] = (RouteEndpoint)CreateRouteEndpointBuilder(_routeEntries[i], context.
Prefix
, context.Conventions, context.FinallyConventions).Build();
RouteGroupBuilder.cs (1)
55
GetGroupedEndpointsWithNullablePrefix(context.
Prefix
, context.Conventions, context.FinallyConventions, context.ApplicationServices);