6 references to Throw
Microsoft.AspNetCore.Components (2)
CacheBehaviorAttribute.cs (1)
10/// are captured once and replayed unchanged on cache hits. Use <see cref="CacheBehavior.Throw"/> to throw
CacheConditionAttribute.cs (1)
9/// annotated with <see cref="CacheBehaviorAttribute"/> and <see cref="CacheBehavior.Throw"/>).
Microsoft.AspNetCore.Components.Authorization (1)
AuthorizeViewCore.cs (1)
13[CacheBehavior(CacheBehavior.Throw)]
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
64if (behavior == CacheBehavior.Throw && !varyByMatches)
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
19[CacheBehavior(CacheBehavior.Throw)]
Microsoft.AspNetCore.Components.Web (1)
Virtualization\Virtualize.cs (1)
16[CacheBehavior(CacheBehavior.Throw)]