6 instantiations of CacheBehavior
Microsoft.AspNetCore.Components.Authorization (1)
AuthorizeViewCore.cs (1)
13[CacheBehavior(CacheBehavior.Throw)]
Microsoft.AspNetCore.Components.Endpoints (1)
Rendering\SSRRenderModeBoundary.cs (1)
23[CacheBehavior(CacheBehavior.Rerender)]
Microsoft.AspNetCore.Components.QuickGrid (1)
QuickGrid.razor.cs (1)
19[CacheBehavior(CacheBehavior.Throw)]
Microsoft.AspNetCore.Components.Web (3)
Forms\AntiforgeryToken.cs (1)
12[CacheBehavior(CacheBehavior.Rerender)]
Head\HeadOutlet.cs (1)
13[CacheBehavior(CacheBehavior.Rerender)]
Virtualization\Virtualize.cs (1)
16[CacheBehavior(CacheBehavior.Throw)]
3 references to CacheBehavior
Microsoft.AspNetCore.Components (2)
CacheBehaviorAttribute.cs (1)
21/// Initializes a new instance of the <see cref="CacheBehaviorAttribute"/> class.
CacheConditionAttribute.cs (1)
9/// annotated with <see cref="CacheBehaviorAttribute"/> and <see cref="CacheBehavior.Throw"/>).
Microsoft.AspNetCore.Components.Endpoints (1)
CacheView\CacheViewService.cs (1)
53(type.GetCustomAttribute<CacheBehaviorAttribute>(inherit: true)?.Behavior,