3 references to VaryByRoute
Microsoft.AspNetCore.Components.Endpoints (3)
CacheView\CacheViewKeyResolver.cs (2)
47if (!string.IsNullOrEmpty(cacheView.VaryByRoute)) 49AppendDelimitedRouteValues(hash, cacheView.VaryByRoute, request);
CacheView\CacheViewService.cs (1)
224if (!string.IsNullOrEmpty(cacheView.VaryByRoute))