9 writes to Exclude
ClaimsTransformation (3)
artifacts\obj\ClaimsTransformation\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views\Shared\_Layout_cshtml.g.cs (2)
213__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_10.Value; 505__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_10.Value;
artifacts\obj\ClaimsTransformation\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views\Shared\_ValidationScriptsPartial_cshtml.g.cs (1)
168__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_12.Value;
DynamicSchemes (3)
artifacts\obj\DynamicSchemes\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages\_Layout_cshtml.g.cs (2)
204__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_10.Value; 461__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_10.Value;
artifacts\obj\DynamicSchemes\Release\net11.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Pages\_ValidationScriptsPartial_cshtml.g.cs (1)
162__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_12.Value;
Microsoft.AspNetCore.Identity.UI (1)
_ValidationScriptsPartial_cshtml.g.cs (1)
156__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.Exclude = (string)__tagHelperAttribute_12.Value;
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
EnvironmentTagHelperTest.cs (2)
97Exclude = excludeAttribute, 141Exclude = excludeAttribute,
6 references to Exclude
Microsoft.AspNetCore.Mvc.TagHelpers (6)
EnvironmentTagHelper.cs (6)
14/// or if it is in <see cref="Exclude"/>, the content will not be rendered. 34/// If the current environment is also in the <see cref="Exclude"/> list, the content will not be rendered. 44/// If the current environment is also in the <see cref="Exclude"/> list, the content will not be rendered. 75if (string.IsNullOrWhiteSpace(Names) && string.IsNullOrWhiteSpace(Include) && string.IsNullOrWhiteSpace(Exclude)) 88if (Exclude != null) 90var tokenizer = new StringTokenizer(Exclude, NameSeparator);