23 writes to Exclude
ClaimsTransformation (3)
artifacts\obj\ClaimsTransformation\Release\net10.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\net10.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;
Cookies (3)
artifacts\obj\Cookies\Release\net10.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\Cookies\Release\net10.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\net10.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\net10.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 (6)
Areas_Identity_Pages_V4__Layout_cshtml.g.cs (2)
221
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_10.Value;
546
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_10.Value;
Areas_Identity_Pages_V4__ValidationScriptsPartial_cshtml.g.cs (1)
156
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_12.Value;
Areas_Identity_Pages_V5__Layout_cshtml.g.cs (2)
224
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_12.Value;
549
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_12.Value;
Areas_Identity_Pages_V5__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,
PathSchemeSelection (3)
artifacts\obj\PathSchemeSelection\Release\net10.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\PathSchemeSelection\Release\net10.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;
StaticFilesAuth (3)
artifacts\obj\StaticFilesAuth\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__Layout_cshtml.g.cs (2)
216
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_10.Value;
459
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_10.Value;
artifacts\obj\StaticFilesAuth\Release\net10.0\Microsoft.CodeAnalysis.Razor.Compiler\Microsoft.NET.Sdk.Razor.SourceGenerators.RazorSourceGenerator\Views_Shared__ValidationScriptsPartial_cshtml.g.cs (1)
174
__Microsoft_AspNetCore_Mvc_TagHelpers_EnvironmentTagHelper.
Exclude
= (string)__tagHelperAttribute_12.Value;
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);