2 writes to RequestPath
Microsoft.AspNetCore.StaticFiles (2)
Infrastructure\SharedOptions.cs (1)
21
RequestPath
= PathString.Empty;
Infrastructure\SharedOptionsBase.cs (1)
38
set { SharedOptions.
RequestPath
= value; }
1 reference to RequestPath
Microsoft.AspNetCore.StaticFiles (1)
Infrastructure\SharedOptionsBase.cs (1)
37
get { return SharedOptions.
RequestPath
; }