Implemented interface member:
property
PathBase
Microsoft.AspNetCore.Http.Features.IHttpRequestFeature.PathBase
4 writes to PathBase
Microsoft.AspNetCore.Hosting.Tests (2)
HostingApplicationDiagnosticsTests.cs (2)
1112PathBase = "/path_base", 1154PathBase = "/path_base",
Microsoft.AspNetCore.Http (1)
Features\HttpRequestFeature.cs (1)
21PathBase = string.Empty;
Microsoft.AspNetCore.Http.Connections (1)
Internal\HttpConnectionDispatcher.cs (1)
722PathBase = existingRequestFeature.PathBase,