2 instantiations of ResponseCacheAttribute
Microsoft.AspNetCore.Identity.UI (2)
Areas\Identity\Pages\V4\Error.cshtml.cs (1)
16[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
Areas\Identity\Pages\V5\Error.cshtml.cs (1)
16[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
2 references to ResponseCacheAttribute
Microsoft.AspNetCore.Mvc.RazorPages (2)
ApplicationModels\ResponseCacheFilterApplicationModelProvider.cs (2)
32var responseCacheAttributes = pageModel.HandlerTypeAttributes.OfType<ResponseCacheAttribute>(); 33foreach (var attribute in responseCacheAttributes)