Share via


StaticFileOptions.OnPrepareResponseAsync Özellik

Tanım

Durum kodu ve üst bilgiler ayarlandıktan sonra ancak gövde yazılmadan önce çağrılır. Bu, yanıt üst bilgilerini eklemek veya değiştirmek için kullanılabilir.

public Func<Microsoft.AspNetCore.StaticFiles.StaticFileResponseContext,System.Threading.Tasks.Task> OnPrepareResponseAsync { get; set; }
member this.OnPrepareResponseAsync : Func<Microsoft.AspNetCore.StaticFiles.StaticFileResponseContext, System.Threading.Tasks.Task> with get, set
Public Property OnPrepareResponseAsync As Func(Of StaticFileResponseContext, Task)

Özellik Değeri

Açıklamalar

OnPrepareResponse , öncesinde OnPrepareResponseAsyncçağrılır.

Şunlara uygulanır