3 references to HrefInclude
Microsoft.AspNetCore.Mvc.TagHelpers (3)
LinkTagHelper.cs (3)
143/// Must be used in conjunction with <see cref="HrefInclude"/>. 292if (mode == Mode.GlobbedHref || mode == Mode.Fallback && !string.IsNullOrEmpty(HrefInclude)) 319var urls = GlobbingUrlBuilder.BuildUrlList(null, HrefInclude, HrefExclude);