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