4 writes to RequestPath
Microsoft.AspNetCore.StaticFiles (4)
DefaultFilesExtensions.cs (1)
48
RequestPath
= new PathString(requestPath)
DirectoryBrowserExtensions.cs (1)
48
RequestPath
= new PathString(requestPath)
FileServerExtensions.cs (1)
68
RequestPath
= new PathString(requestPath)
StaticFileExtensions.cs (1)
48
RequestPath
= 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
;