8 references to Exclude
Microsoft.AspNetCore.Components.Web (4)
EnvironmentBoundary.cs (4)
45/// If the current environment is also in the <see cref="Exclude"/> list, the content will not be rendered. 85if (string.IsNullOrWhiteSpace(Include) && string.IsNullOrWhiteSpace(Exclude)) 94if (!string.IsNullOrWhiteSpace(Exclude)) 96foreach (var environment in ParseEnvironmentNames(Exclude))
Microsoft.AspNetCore.Components.Web.Tests (4)
EnvironmentBoundaryTest.cs (4)
88{ nameof(EnvironmentBoundary.Exclude), excludeAttribute }, 112{ nameof(EnvironmentBoundary.Exclude), excludeAttribute }, 134{ nameof(EnvironmentBoundary.Exclude), excludeAttribute }, 156{ nameof(EnvironmentBoundary.Exclude), excludeAttribute },