3 references to SrcInclude
Microsoft.AspNetCore.Mvc.TagHelpers (3)
ScriptTagHelper.cs (3)
141
/// Must be used in conjunction with <see cref="
SrcInclude
"/>.
319
if (mode == Mode.GlobbedSrc || mode == Mode.Fallback && !string.IsNullOrEmpty(
SrcInclude
))
348
var urls = GlobbingUrlBuilder.BuildUrlList(null,
SrcInclude
, SrcExclude);