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