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)
696
x.
ExcludePathStartsWith
.Add(excludedPath);
Logging\HttpLoggingServiceExtensionsTests.cs (2)
51
Assert.Contains("/path0toexclude", options.
ExcludePathStartsWith
);
52
Assert.Contains("/path1toexclude", options.
ExcludePathStartsWith
);