4 references to IsContentSpecificUrl
Microsoft.AspNetCore.Components.Tests (2)
ResourceAssetCollectionTest.cs (2)
81
var isContentSpecificUrl1 = resourceAssetCollection.
IsContentSpecificUrl
("image1.jpg");
82
var isContentSpecificUrl2 = resourceAssetCollection.
IsContentSpecificUrl
("image2.fingerprint.jpg");
Microsoft.AspNetCore.Mvc.TagHelpers (2)
ResourceCollectionUtilities.cs (2)
19
if (assetCollection.
IsContentSpecificUrl
(value))
36
if (assetCollection.
IsContentSpecificUrl
(relativePath))