dotnet/aspnetcore

[ResponseCache] for Blazor static server rendering

Open

#49.130 aberto em 1 de jul. de 2023

Ver no GitHub
 (18 comments) (14 reactions) (0 assignees)C# (10.653 forks)batch import
Pillar: Complete Blazor Webarea-blazorenhancementhelp wanted

Métricas do repositório

Stars
 (37.933 stars)
Métricas de merge de PR
 (Mesclagem média 16d 9h) (258 fundiu PRs em 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.

Guia do colaborador