2 writes to Include
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
EnvironmentTagHelperTest.cs (2)
96
Include
= includeAttribute,
140
Include
= includeAttribute,
4 references to Include
Microsoft.AspNetCore.Mvc.TagHelpers (4)
EnvironmentTagHelper.cs (4)
13
/// If the environment is not listed in the specified <see cref="Names"/> or <see cref="
Include
"/>,
75
if (string.IsNullOrWhiteSpace(Names) && string.IsNullOrWhiteSpace(
Include
) && string.IsNullOrWhiteSpace(Exclude))
125
if (
Include
!= null)
127
var tokenizer = new StringTokenizer(
Include
, NameSeparator);