1 write to _options
Microsoft.AspNetCore.Http.Abstractions (1)
Extensions\MapMiddleware.cs (1)
32
_options
= options;
4 references to _options
Microsoft.AspNetCore.Http.Abstractions (4)
Extensions\MapMiddleware.cs (4)
44
if (context.Request.Path.StartsWithSegments(
_options
.PathMatch, out var matchedPath, out var remainingPath))
46
if (!
_options
.PreserveMatchedPathSegment)
50
return
_options
.Branch!(context);
66
await
_options
.Branch!(context);