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