1 reference to FormatVaryByFlags
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
67
$"Component '{componentType.FullName}' cannot be used inside a CacheView because its output depends on per-request state ([CacheBehavior(CacheBehavior.Throw)]{(conditionVaryBy != CacheVaryBy.None ? $", [CacheCondition({
FormatVaryByFlags
(conditionVaryBy)})]" : "")}) that cannot be safely cached and replayed. " +