dotnet/aspnetcore

[ResponseCache] for Blazor static server rendering

Open

#49,130 创建于 2023年7月1日

在 GitHub 查看
 (18 评论) (14 反应) (0 负责人)C# (10,653 fork)batch import
Pillar: Complete Blazor Webarea-blazorenhancementhelp wanted

仓库指标

Star
 (37,933 star)
PR 合并指标
 (平均合并 16天 9小时) (30 天内合并 258 个 PR)

描述

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.

贡献者指南