4 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
))