2 references to StartsWithSegments
Microsoft.AspNetCore.Http.Abstractions (2)
Extensions\MapMiddleware.cs (1)
44
if (context.Request.Path.
StartsWithSegments
(_options.PathMatch, out var matchedPath, out var remainingPath))
Extensions\UsePathBaseMiddleware.cs (1)
43
if (context.Request.Path.
StartsWithSegments
(_pathBase, out var matchedPath, out var remainingPath))