4 writes to RequestPath
Microsoft.AspNetCore.StaticFiles (4)
DefaultFilesExtensions.cs (1)
48RequestPath = new PathString(requestPath)
DirectoryBrowserExtensions.cs (1)
48RequestPath = new PathString(requestPath)
FileServerExtensions.cs (1)
68RequestPath = new PathString(requestPath)
StaticFileExtensions.cs (1)
48RequestPath = new PathString(requestPath)
3 references to RequestPath
Microsoft.AspNetCore.StaticFiles (3)
DefaultFilesMiddleware.cs (1)
39_matchUrl = _options.RequestPath;
DirectoryBrowserMiddleware.cs (1)
53_matchUrl = _options.RequestPath;
StaticFileMiddleware.cs (1)
43_matchUrl = _options.RequestPath;