1 write to _matchUrl
Microsoft.AspNetCore.StaticFiles (1)
DefaultFilesMiddleware.cs (1)
39_matchUrl = _options.RequestPath;
1 reference to _matchUrl
Microsoft.AspNetCore.StaticFiles (1)
DefaultFilesMiddleware.cs (1)
53&& Helpers.TryMatchPath(context, _matchUrl, forDirectory: true, subpath: out var subpath))