dotnet/aspnetcore

[ResponseCache] for Blazor static server rendering

Open

#49 130 ouverte le 1 juil. 2023

Voir sur GitHub
 (18 commentaires) (14 réactions) (0 assignés)C# (10 653 forks)batch import
Pillar: Complete Blazor Webarea-blazorenhancementhelp wanted

Métriques du dépôt

Stars
 (37 933 stars)
Métriques de merge PR
 (Merge moyen 16j 9h) (258 PRs mergées en 30 j)

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.

Guide contributeur