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)
97
Exclude
= excludeAttribute,
141
Exclude
= 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.
75
if (string.IsNullOrWhiteSpace(Names) && string.IsNullOrWhiteSpace(Include) && string.IsNullOrWhiteSpace(
Exclude
))
88
if (
Exclude
!= null)
90
var tokenizer = new StringTokenizer(
Exclude
, NameSeparator);