dotnet/aspnetcore

[ResponseCache] for Blazor static server rendering

开放

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

 (18 条评论) (14 个反应) (0 位负责人)C# (10,653 个派生)batch import
Pillar: Complete Blazor Webarea-blazorenhancementhelp wanted

仓库指标

星标
 (37,933 个星标)
PR 合并指标
 (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.

贡献者指南