2 references to AddFileVersionToPath
Microsoft.AspNetCore.Mvc.TagHelpers.Test (2)
DefaultFileVersionProviderTest.cs (2)
249
public void AddFileVersionToPath_CachesEntry() =>
AddFileVersionToPath
("/hello/world", "/hello/world", null);
252
public void AddFileVersionToPath_WithRequestPathBase_CachesEntry() =>
AddFileVersionToPath
("/testApp/hello/world", "/hello/world", "/testApp");