dotnet/aspnetcore

[ResponseCache] for Blazor static server rendering

Open

#49,130 opened on Jul 1, 2023

View on GitHub
 (18 comments) (14 reactions) (0 assignees)C# (10,653 forks)batch import
Pillar: Complete Blazor Webarea-blazorenhancementhelp wanted

Repository metrics

Stars
 (37,933 stars)
PR merge metrics
 (Avg merge 16d 9h) (258 merged PRs in 30d)

Description

In MVC & Razor Pages we have attributes, like ResponseCacheAttribute and OutputCacheAttribute, for configuring response & output caching on a page or action. We should consider having similar support for Blazor server-side rendering.

Contributor guide