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