Skip to content

Commit 8f16e6f

Browse files
authored
fix markdown url (#18299)
1 parent 0d65dc6 commit 8f16e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

aspnetcore/performance/caching/middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ The sample app adds headers to control caching on subsequent requests:
184184

185185
The preceding headers are not written to the response and are overridden when a controller, action, or Razor Page:
186186

187-
* Has a [[ResponseCache]](xref:Microsoft.AspNetCore.Mvc.ResponseCacheAttribute) attribute. This applies even if a property isn't set. For example, omitting the [VaryByHeader] property (/aspnet/core/performance/caching/response#vary) will cause the corresponding header to be removed from the response.
187+
* Has a [[ResponseCache]](xref:Microsoft.AspNetCore.Mvc.ResponseCacheAttribute) attribute. This applies even if a property isn't set. For example, omitting the [VaryByHeader](/aspnet/core/performance/caching/response#vary) property will cause the corresponding header to be removed from the response.
188188

189189
Response Caching Middleware only caches server responses that result in a 200 (OK) status code. Any other responses, including [error pages](xref:fundamentals/error-handling), are ignored by the middleware.
190190

0 commit comments

Comments
 (0)