3 references to StartsWithSegments
InProcessWebSite (1)
src\Servers\IIS\IIS\test\testassets\shared\WebSockets\TestStartup.cs (1)
52
if (context.Request.Path.
StartsWithSegments
(requestDelegate.Key, out var matchedPath, out var remainingPath))
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))