ResponseCachingExtensions.UseResponseCaching(IApplicationBuilder) Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
ResponseCachingMiddleware Menambahkan untuk penembolokan respons HTTP.
public:
[System::Runtime::CompilerServices::Extension]
static Microsoft::AspNetCore::Builder::IApplicationBuilder ^ UseResponseCaching(Microsoft::AspNetCore::Builder::IApplicationBuilder ^ app);
public static Microsoft.AspNetCore.Builder.IApplicationBuilder UseResponseCaching (this Microsoft.AspNetCore.Builder.IApplicationBuilder app);
static member UseResponseCaching : Microsoft.AspNetCore.Builder.IApplicationBuilder -> Microsoft.AspNetCore.Builder.IApplicationBuilder
<Extension()>
Public Function UseResponseCaching (app As IApplicationBuilder) As IApplicationBuilder