dotnet/aspnetcore

[ResponseCache] for Blazor static server rendering

Open

#49,130 opened on 2023年7月1日

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
 (平均マージ 16d 9h) (30d で 258 merged PRs)

説明

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.

コントリビューターガイド