how to add the CacheControl header in Blazor for a page which use SSR #54626
Unanswered
FlorinParaschivescuServerSys
asked this question in
General
Replies: 1 comment
-
See #49130 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
I have a simple Blazor application using .net core v8.0.3 on which some pages have @rendermode RenderMode.InteractiveServer add others don't.
How can I add the CacheControl header for those pages which use SSR ?
In Program.cs
Does not work. Is there another way or is not possible ?
Cheers
Beta Was this translation helpful? Give feedback.
All reactions