Response cache doesn't work on reazor pages
Closed this issue · 1 comments
sirus-codes commented
I configured ResponseCache in configure and configure services sections and then put response cache attribute in a simple razor page before Page model class but it didn't work. Form method is "get" and no special feature has implemented to prevent response cache to work.
Where should response cahce attribute be placed in razor pages? why it doesn't work? (asp.net core 2.0 final release)
Thanx
Tratcher commented
This issue was moved to aspnet/Mvc#6747