2 writes to SuppressFallbackIntegrity
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
LinkTagHelperTest.cs (2)
264
tagHelper.
SuppressFallbackIntegrity
= true;
285
tagHelper.
SuppressFallbackIntegrity
= false;
1 reference to SuppressFallbackIntegrity
Microsoft.AspNetCore.Mvc.TagHelpers (1)
LinkTagHelper.cs (1)
385
if (
SuppressFallbackIntegrity
&& string.Equals(attribute.Name, IntegrityAttributeName, StringComparison.OrdinalIgnoreCase))