1 write to PreloadPriority
Microsoft.AspNetCore.Components.Endpoints (1)
Builder\ResourcePreloadCollection.cs (1)
79
resourceAsset.
PreloadPriority
= property.Value;
2 references to PreloadPriority
Microsoft.AspNetCore.Components.Endpoints (2)
Assets\LinkPreload.cs (2)
61
if (!string.IsNullOrEmpty(asset.
PreloadPriority
))
63
builder.AddAttribute(4, "fetchpriority", asset.
PreloadPriority
);