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. 85if (string.IsNullOrWhiteSpace(Include) && string.IsNullOrWhiteSpace(Exclude)) 94if (!string.IsNullOrWhiteSpace(Exclude)) 96foreach (var environment in ParseEnvironmentNames(Exclude))