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.
85
if (string.IsNullOrWhiteSpace(Include) && string.IsNullOrWhiteSpace(
Exclude
))
94
if (!string.IsNullOrWhiteSpace(
Exclude
))
96
foreach (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 },