3 references to TryMatchPath
Microsoft.AspNetCore.StaticFiles (3)
DefaultFilesMiddleware.cs (1)
53&& Helpers.TryMatchPath(context, _matchUrl, forDirectory: true, subpath: out var subpath))
DirectoryBrowserMiddleware.cs (1)
66&& Helpers.TryMatchPath(context, _matchUrl, forDirectory: true, subpath: out var subpath)
StaticFileMiddleware.cs (1)
93internal static bool ValidatePath(HttpContext context, PathString matchUrl, out PathString subPath) => Helpers.TryMatchPath(context, matchUrl, forDirectory: false, out subPath);