4 references to ExcludePathStartsWith
Microsoft.AspNetCore.Diagnostics.Middleware (1)
Logging\HttpLoggingRedactionInterceptor.cs (1)
61_excludePathStartsWith = optionsValue.ExcludePathStartsWith.ToArray();
Microsoft.AspNetCore.Diagnostics.Middleware.Tests (3)
Logging\AcceptanceTests.cs (1)
696x.ExcludePathStartsWith.Add(excludedPath);
Logging\HttpLoggingServiceExtensionsTests.cs (2)
51Assert.Contains("/path0toexclude", options.ExcludePathStartsWith); 52Assert.Contains("/path1toexclude", options.ExcludePathStartsWith);